Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kolyuchiy
Created September 14, 2016 15:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kolyuchiy/bcdb711e4fa485267e9a5b680fa1db4b to your computer and use it in GitHub Desktop.
Save kolyuchiy/bcdb711e4fa485267e9a5b680fa1db4b to your computer and use it in GitHub Desktop.
APP_BUNDLE="$PROJECT_ROOT/build/${CONFIGURATION}-iphoneos/$PRODUCT.app"
cd "$PROJECT_ROOT/build"
rm -rf Payload; mkdir -p Payload
cp -a "$APP_BUNDLE" Payload/
rm -f MRMail.ipa; zip -r MRMail.ipa Payload
SCP_TO_DEVICE MRMail.ipa root@localhost:
SSH_TO_DEVICE ipainstaller MRMail.ipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment