Skip to content

Instantly share code, notes, and snippets.

@progress44
Created June 8, 2017 07:35
Show Gist options
  • Save progress44/7a78f230830e00aaa32644efff764215 to your computer and use it in GitHub Desktop.
Save progress44/7a78f230830e00aaa32644efff764215 to your computer and use it in GitHub Desktop.
Installs an ipa file to an ios device
#!/bin/sh
# Install an app to device
ideviceinstaller -i dist/xx.ipa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment