From 4f1ea02359ce586d7487d1c673913e355032dd05 Mon Sep 17 00:00:00 2001 From: Christopher Snowhill Date: Sun, 22 May 2022 16:12:12 -0700 Subject: [PATCH] README: Add directions for Git hooks path Since we use a non-default path in the repository to store shared hooks, it needs to be configured on a freshly cloned repository before it can be usable. Yeah, I forgot to follow my own directions before working on the project for quite some time. The error crept in at the following commit: 2aa3ddd545f376fb6d1c6932cafc5e701a09a47e - Icon replacement, and team ID Signed-off-by: Christopher Snowhill --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 3f6c7a540..56481d2de 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ git submodule update --init --recursive Setup your `DEVELOPMENT_TEAM` like described in [Xcode-config/Shared.xcconfig](https://github.com/losnoco/Cog/blob/main/Xcode-config/Shared.xcconfig) to build the project. +(Add 2022-05-22) Also, be sure to configure the hooks path, so you won't accidentally commit your team ID to a project file: + +``` +git config core.hooksPath .githooks +``` + # Screenshots ## Main window and Info Inspector