fix typo :) (#926)

This commit is contained in:
tokizo
2020-08-09 23:11:32 +10:00
committed by GitHub
parent dddb0fc129
commit 2d30bb1db5
+1 -1
View File
@@ -87,7 +87,7 @@ targets:
```
### xcodebuild environment variables
You can also always overide any build settings on CI when building by passing specific build settings to xcodebuild like so:
You can also always override any build settings on CI when building by passing specific build settings to xcodebuild like so:
```sh
DEVELOPMENT_TEAM=XXXXXXXXX xcodebuild ...