Prechádzať zdrojové kódy

Update README.md: Create ConfigOverride.xcconfig by command line

bjornoleh 2 rokov pred
rodič
commit
4ba165f5ba
1 zmenil súbory, kde vykonal 8 pridanie a 1 odobranie
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -24,9 +24,16 @@ git clone --branch=<<branch>> --recurse-submodules https://github.com/nightscout
 cd Trio
 ```
 
-modify Config.xconfig to replace ##TEAM_ID## with your Apple Developer ID.
+Create an ConfigOverride.xcconfig file that will automate signing of the build targets in Xcode:
 
 ```
+echo 'DEVELOPER_TEAM = xxxxxxxxxx' > ConfigOverride.xcconfig
+```
+
+Modify the Config.xconfig to replace `xxxxxxxxxx` with your Apple Developer ID. You can do this from within Xcode, or by using some other text editor.
+
+Then launch Xcode and build the Trio app:
+```
 xed .
 ```