Last active
August 29, 2015 14:07
-
-
Save abhinavn/0d895029059aabf30591 to your computer and use it in GitHub Desktop.
Xcode Appstore release commands
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
| Detect Provisioning Profile | |
| ------------------------- | |
| security cms -D -i /path/to/the.app/embedded.mobileprovision | |
| Validate IPA and Upload | |
| ----------------------- | |
| security add-generic-password -s Xcode:itunesconnect.apple.com -a LOGIN -w PASSWORD -U | |
| xcrun -sdk iphoneos Validation -verbose -online -upload IPA | |
| security delete-generic-password -s Xcode:itunesconnect.apple.com -a LOGIN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment