A simple lib to get infomations of real devices and similators, with using Libimobiledevice
gem install idevicesrequire 'idevices'Get device infos of given device udid
Idevices.device_info(device_udid)Get all similators' infos
Idevices.available_simulatorsGet all connected real devices' infos
Idevices.available_real_devicesWelcome to get your contributions, to help improving the lib.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Added some feature') - Push to the branch (
git push origin my-new-feature) - Create new Pull Request
This project is licensed under the terms of the MIT license.