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 2014/10/28 00:47:44 UTC

ios commit: CB-7872 - XCode 6.1's xcrun PackageApplication fails at packaging / resigning Cordova applications (closes #115)

Repository: cordova-ios
Updated Branches:
  refs/heads/master a96f059ac -> 1d7ed65ac


CB-7872 - XCode 6.1's xcrun PackageApplication fails at packaging / resigning Cordova applications (closes #115)

Signed-off-by: Shazron Abdullah <sh...@apache.org>


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

Branch: refs/heads/master
Commit: 1d7ed65ac3b265224cd5c9bd9a3cdfcad2bf9bb2
Parents: a96f059
Author: Sidney Bofah <si...@googlemail.com>
Authored: Sat Oct 25 17:25:42 2014 +0200
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 27 16:44:46 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/1d7ed65a/bin/templates/scripts/cordova/build.xcconfig
----------------------------------------------------------------------
diff --git a/bin/templates/scripts/cordova/build.xcconfig b/bin/templates/scripts/cordova/build.xcconfig
index 99231ea..dca8c6c 100644
--- a/bin/templates/scripts/cordova/build.xcconfig
+++ b/bin/templates/scripts/cordova/build.xcconfig
@@ -26,4 +26,7 @@
 // Type of signing identity used for codesigning, resolves to first match of given type.
 // "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
\ No newline at end of file
+CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer
+
+// (CB-7872) Solution for XCode 6.1 signing errors related to resource envelope format deprecation 
+CODE_SIGN_RESOURCE_RULES_PATH = "$(SDKROOT)/ResourceRules.plist"
\ No newline at end of file


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