Skip to content

Instantly share code, notes, and snippets.

@SergioEstevao
Created April 6, 2014 14:31
Show Gist options
  • Save SergioEstevao/10006842 to your computer and use it in GitHub Desktop.
Save SergioEstevao/10006842 to your computer and use it in GitHub Desktop.
PackageApplication example
xcrun -log -sdk iphoneos PackageApplication "$OUTPUTDIR/$APPNAME.app" -o "$OUTPUTDIR/$APPNAME.ipa" -sign "$DEVELOPER_NAME" -embed "$PROVISIONING_PROFILE"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment