Fix link typo

This commit is contained in:
Andrew Bennet
2018-09-08 14:06:07 +01:00
committed by GitHub
parent 2c505b84c6
commit ec79a3e910
+1 -1
View File
@@ -17,4 +17,4 @@ Yes, simply generate your project and then run `pod install` which will integrat
## How do I setup code signing
At the moment there are no special options for code signing in XcodeGen, and this must be configured via regular build settings. For code signing to work, you need to tell Xcode which development team to use. This requires setting the `DEVELOPMENT_TEAM` and possibly `CODE_SIGN_STYLE` build settings. See [Configuring build settings](Usage#configuring-build-settings) for how to do that
At the moment there are no special options for code signing in XcodeGen, and this must be configured via regular build settings. For code signing to work, you need to tell Xcode which development team to use. This requires setting the `DEVELOPMENT_TEAM` and possibly `CODE_SIGN_STYLE` build settings. See [Configuring build settings](Usage.md#configuring-build-settings) for how to do that