From 74dd95e293ee9c952bf8b6c4a25516a039f375e4 Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Wed, 19 Jun 2019 09:40:19 -0700 Subject: [PATCH] some minor additional detail on setting up shared dev credentials to support building --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48d115651..597d76c16 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,19 @@ This allows for a pristine project with code signing set up with the appropriate developer ID and certificates, and for dev to be able to have local settings without needing to check in anything into source control. -As an example, make a `../../SharedXcodeSettings/DeveloperSettings.xcconfig` file and -give it the contents +As an example, make a directory SharedXcodeSettings next to where you have this repository. +An example of the structure is: + +``` +aDirectory/ + SharedXcodeSettings/ + DeveloperSettings.xcconfig + NetNewsWire + NewNewsSire.xcworkspace +``` + +Then create a plain text file in it: `SharedXcodeSettings/DeveloperSettings.xcconfig` and +give it the contents: ``` CODE_SIGN_IDENTITY = Mac Developer