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

[3/6] mac commit: @trivial - disable codeisigning for deubug by default

@trivial - disable codeisigning for deubug by default


Project: http://git-wip-us.apache.org/repos/asf/cordova-osx/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-osx/commit/1d5d2e7e
Tree: http://git-wip-us.apache.org/repos/asf/cordova-osx/tree/1d5d2e7e
Diff: http://git-wip-us.apache.org/repos/asf/cordova-osx/diff/1d5d2e7e

Branch: refs/heads/master
Commit: 1d5d2e7ecd502bdaecf057c72a28cb53243497b6
Parents: d6ff032
Author: Tobias Bocanegra <tr...@adobe.com>
Authored: Sun Aug 30 18:13:28 2015 +0100
Committer: Tobias Bocanegra <tr...@adobe.com>
Committed: Sun Aug 30 18:13:28 2015 +0100

----------------------------------------------------------------------
 bin/templates/scripts/cordova/build-debug.xcconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-osx/blob/1d5d2e7e/bin/templates/scripts/cordova/build-debug.xcconfig
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/build-debug.xcconfig b/bin/templates/scripts/cordova/build-debug.xcconfig
index 2c8e63c..fc5dade 100644
--- a/bin/templates/scripts/cordova/build-debug.xcconfig
+++ b/bin/templates/scripts/cordova/build-debug.xcconfig
@@ -26,6 +26,6 @@
 GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1
 
 // disable code signing for debug builds
-// CODE_SIGNING_ALLOWED = NO
+CODE_SIGNING_ALLOWED = NO
 
 #include "build-extras.xcconfig"


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