iOSΒΆ

ios-deploy tool will be used for uploading and running executables.

Building from source:

> git clone https://github.com/phonegap/ios-deploy
> cd ios-deploy
[ios-deploy]> xcodebuild
[ios-deploy]> ls build/Release/ios-deploy
build/Release/ios-deploy
[ios-deploy]> export PATH=`pwd`/build/Release:$PATH
[ios-deploy]> which ios-deploy
/.../ios-deploy/build/Release/ios-deploy

Warning

Currently only testing on device is supported (no simulator testing)