Created
September 14, 2016 15:59
-
-
Save kolyuchiy/bcdb711e4fa485267e9a5b680fa1db4b to your computer and use it in GitHub Desktop.
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
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