New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

run-ios-device

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

run-ios-device

Easy way to run apps on your ios devices

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

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

FAQs

Package last updated on 03 Nov 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts