This package has been deprecated

Author message:

No longer maintained

run-ios-device

0.1.3 • Public • Published

run-ios-device

build dependencies devDependencies

license npm version npm downloads Code Climate

Easy way to run apps on your ios devices.

Features

  • getDevices(): List all connected devices
  • getFirstDeviceId(): Find the first conntected device
  • getMatchingDeviceId(nameOrId): Find a matching device
    • It will look for a matching udid first
    • In a second round it will look for matching (even partial) device names
  • install(appPath, deviceId, setProgress): Install your app
    • appPath should be the full path to your .app folder
    • deviceId is the real udid of the device you want to install on
    • optional setProgress callback that will be called with numbers 0-100
  • installAndRun(appPath, deviceId, setProgress): Same as install but calls run in addtion
    • appPath should be the full path to your .app folder
    • deviceId is the real udid of the device you want to install on
    • optional setProgress callback that will be called with numbers 0-100
  • run(appPath, deviceId): Launch the given app on the selected device
    • appPath should be the full path to your .app folder
    • deviceId is the real udid of the device you want to install on

Installation

npm install --save run-ios-device

Readme

Keywords

none

Package Sidebar

Install

npm i run-ios-device

Weekly Downloads

0

Version

0.1.3

License

MIT

Last publish

Collaborators

  • michaelcontento