You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2015/10/30 11:50:30 UTC

[6/7] ios commit: CB-9721 Set ENABLE_BITCODE to NO in build.xcconfig

CB-9721 Set ENABLE_BITCODE to NO in build.xcconfig


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/51bf20ce
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/51bf20ce
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/51bf20ce

Branch: refs/heads/3.9.x
Commit: 51bf20cea66813e188c57127c5fdc32f9a625cdd
Parents: 8fe5e65
Author: Simon MacDonald <si...@gmail.com>
Authored: Tue Oct 27 11:51:26 2015 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Tue Oct 27 11:52:57 2015 +0300

----------------------------------------------------------------------
 bin/templates/scripts/cordova/build.xcconfig | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/51bf20ce/bin/templates/scripts/cordova/build.xcconfig
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/build.xcconfig b/bin/templates/scripts/cordova/build.xcconfig
index 92a845a..54a5abd 100644
--- a/bin/templates/scripts/cordova/build.xcconfig
+++ b/bin/templates/scripts/cordova/build.xcconfig
@@ -27,3 +27,6 @@
 // "iPhone Developer": Development builds (default, local only; iOS Development certificate) or "iPhone Distribution": Distribution builds (Adhoc/In-House/AppStore; iOS Distribution certificate)
 CODE_SIGN_IDENTITY = iPhone Developer
 CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
+
+// (CB-9721) Set ENABLE_BITCODE to NO in build.xcconfig
+ENABLE_BITCODE = NO


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