You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/01 15:41:21 UTC

[cordova-docs] branch master updated: Improve Xcode Build Flags (#940)

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new dcd5cc5  Improve Xcode Build Flags (#940)
dcd5cc5 is described below

commit dcd5cc5175080fe0606f2aa8e2dfe469c6f26c10
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Fri Mar 1 16:41:13 2019 +0100

    Improve Xcode Build Flags (#940)
---
 www/docs/en/dev/guide/platforms/ios/index.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/www/docs/en/dev/guide/platforms/ios/index.md b/www/docs/en/dev/guide/platforms/ios/index.md
index 171afc8..f084e44 100644
--- a/www/docs/en/dev/guide/platforms/ios/index.md
+++ b/www/docs/en/dev/guide/platforms/ios/index.md
@@ -222,11 +222,13 @@ For manual signing, specifying the provisioning profiles by UUID:
 
 ## Xcode Build Flags
 
-If you have a custom situation where you need to pass additional build flags to Xcode -- you would use one or more `--buildFlag` options to pass these flags to `xcodebuild`. If you use an `xcodebuild` built-in flag, it will show a warning. You can also specify a `buildFlag` option in `build.json` above (the value for the `buildFlag` key is a string or an array of strings).
+If you have a custom situation where you need to pass additional build flags to Xcode you would use one or more `--buildFlag` options to pass these flags to `xcodebuild`. If you use an `xcodebuild` built-in flag, it will show a warning.
 
     cordova build --device --buildFlag="MYSETTING=myvalue" --buildFlag="MY_OTHER_SETTING=othervalue"
     cordova run --device --buildFlag="DEVELOPMENT_TEAM=FG35JLLMXX4A" --buildFlag="-scheme TestSchemeFlag"
 
+You can also specify a `buildFlag` option in [`build.json` above](#using-buildjson) (the value for the `buildFlag` key is a string or an array of strings).
+
 ## Debugging
 
 For details on the debugging tools that come with Xcode, see this [article](https://developer.apple.com/support/debugging)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org