Created
October 28, 2015 07:31
-
-
Save linuxoid69/664055611a73effabf58 to your computer and use it in GitHub Desktop.
patch /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication 2015-10-06 00:07:37.000000000 +0300 | |
+++ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/PackageApplication.old 2015-10-27 18:10:59.000000000 +0300 | |
@@ -152,9 +152,8 @@ | |
} | |
} | |
- my @codesign_args = ("/usr/bin/codesign", "--force", "--preserve-metadata=identifier,entitlements,resource-rules", | |
- "--sign", $opt{sign}, | |
- "--resource-rules=$destApp/ResourceRules.plist"); | |
+ my @codesign_args = ("/usr/bin/codesign", "--force", "--preserve-metadata=identifier,entitlements", | |
+ "--sign", $opt{sign}); | |
if ( -e $entitlements_plist ) { | |
push(@codesign_args, '--entitlements'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment