lucasbento / get-ios-devices

Get a list of iOS devices and simulators

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get-ios-devices

Get a list of iOS devices and simulators.

Install

yarn add get-ios-devices

Usage

const iOSDevices = require('get-ios-devices');

const devices = iOSDevices();
/*
 devices = [
    {
      availability: 'available',
      state: 'Booted',
      isAvailable: true,
      name: 'iPhone X',
      udid: 'FA43D7DC-91C7-4707-8208-485D94C1FD0C',
      availabilityError: '',
      version: '12.1'
    }
  ]
*/

License

MIT © Lucas Bento

About

Get a list of iOS devices and simulators

License:MIT License


Languages

Language:JavaScript 100.0%