Skip to content

ymin/idevices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

idevices

A simple lib to get infomations of real devices and similators, with using Libimobiledevice

Install

gem install idevices

Usages

require 'idevices'

Get device infos of given device udid

Idevices.device_info(device_udid)

Get all similators' infos

Idevices.available_simulators

Get all connected real devices' infos

Idevices.available_real_devices

Contributing

Welcome to get your contributions, to help improving the lib.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

This project is licensed under the terms of the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages