plu / simctl

Ruby interface to xcrun simctl

Home Page:http://www.rubydoc.info/gems/simctl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initing a new Device with UUID

Kalvin126 opened this issue · comments

I am trying to stash a Device to later use in a instance of Fastlane. Would it be possible to recreate a Device instance if I stash the UUID of a sim?

If not implemented, I would guess xcrun simctl list --json could be parsed to verify if a given UUID is valid and get the current status, etc.

Closing as I found it is possible to do SimCtl.device(udid: )