1.0.2 • Published 8 years ago

ideviceinstaller-js v1.0.2

Weekly downloads
19
License
MIT
Repository
github
Last release
8 years ago

ideviceinstaller-js

NodeJs wrapper for ideviceinstaller. For use on OSX.

##Getting Started First, make sure you have ideviceinstaller installed, if you don't you can get it with brew, simply run in you Terminal:

brew install ideviceinstaller

Install package with npm:

npm install ideviceinstaller-js --save

##Usage import the module:

var ideviceinstaller = require('ideviceinstaller-js')

Note: Providing the device udid is optional.

  • ideviceinstaller.installApp
ideviceinstaller.installApp('path/to/appFile.app/ipa','my-device-udid')
  • ideviceinstaller.uninstallApp
ideviceinstaller.uninstallApp('myapp.bundle.id','my-device-udid')
  • ideviceinstaller.reinstallApp Will try to uninstall first then install
ideviceinstaller.installApp('path/to/appFile.app/ipa','myapp.bundle.id','my-device-udid')
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago