From fe7709b8e05b1fc4be82dfd415e97d7d44f418e9 Mon Sep 17 00:00:00 2001 From: Marc Durdin Date: Mon, 23 Nov 2020 18:56:09 +1100 Subject: [PATCH] Update README.md --- mac/README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mac/README.md b/mac/README.md index db942256af..baaa645d77 100644 --- a/mac/README.md +++ b/mac/README.md @@ -43,6 +43,9 @@ configuration for your build environment. (If you have more than one, you may need to use Keychain Access to differentiate). Copy the SHA-1 hash from this command's output. + + Take note also of the Development Team ID, found in parentheses at the end of the + `labl` blob line. 2. Determine the Apple ID details in order to run a build. You may wish to create an App-Specific Password at https://appleid.apple.com/ and use this. Your Shortname will @@ -54,13 +57,14 @@ configuration for your build environment. Note: Use your Apple ID for `` and the app-specific password you generated above for ``. You'll use these in the next step as well. -3. Add the following environment variables, probably to your .bashrc file, replacing with the +3. Add the following environment variables to mac/localenv.sh (or to your .bashrc file), replacing with the values you collected in the previous steps: export CERTIFICATE_ID= export APPSTORECONNECT_PROVIDER= export APPSTORECONNECT_USERNAME= export APPSTORECONNECT_PASSWORD= + export DEVELOPMENT_TEAM= ### Compiling from Command Line