Install and debug iOS apps from the command line. Designed to work on un-jailbroken devices.
- Mac OS X. Tested on 10.11 El Capitan, 10.12 Sierra, iOS 9.0 and iOS 10.0
- You need to have a valid iOS Development certificate installed.
- Xcode 7 or greater should be installed (NOT just Command Line Tools!)
See our milestones.
The 1.x branch has been archived (renamed for now), all development is to be on the master branch for simplicity, since the planned 2.x development (break out commands into their own files) has been abandoned for now.
If you have previously installed ios-deploy via npm, uninstall it by running:
sudo npm uninstall -g ios-deploy
Install ios-deploy via Homebrew by running:
brew install ios-deploy