From ec79a3e910a1b5f32aa786a95e69f17f3420d3af Mon Sep 17 00:00:00 2001 From: Andrew Bennet Date: Sat, 8 Sep 2018 14:06:07 +0100 Subject: [PATCH] Fix link typo --- Docs/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/FAQ.md b/Docs/FAQ.md index 6afc57bd..b57c39be 100644 --- a/Docs/FAQ.md +++ b/Docs/FAQ.md @@ -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