Created
November 22, 2011 05:55
-
-
Save skabber/1385007 to your computer and use it in GitHub Desktop.
xcrun PackageApplication
This file contains 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
/usr/bin/xcrun -sdk iphoneos PackageApplication -v "${RELEASE_BUILDDIR}/${APPLICATION_NAME}.app" -o "${BUILD_HISTORY_DIR}/${APPLICATION_NAME}.ipa" --sign "${DEVELOPER_NAME}" --embed "${PROVISONING_PROFILE}” |
Embed the provisioning profiles before signing
Sign the extension first, then sign the app with the extension in it's PlugIns folder. Afterwards, PackageApplication without signing.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alexlee002 same issue here. I'm trying to use codesign to do it:
But so far, no luck (it'll sign, but it resulting app doesn't work)