Skip to content

Instantly share code, notes, and snippets.

@abhinavn
Last active August 29, 2015 14:07
Show Gist options
  • Select an option

  • Save abhinavn/0d895029059aabf30591 to your computer and use it in GitHub Desktop.

Select an option

Save abhinavn/0d895029059aabf30591 to your computer and use it in GitHub Desktop.
Xcode Appstore release commands
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