plu / simctl

Ruby interface to xcrun simctl
http://www.rubydoc.info/gems/simctl
MIT License
104 stars 19 forks source link

Add support for `simctl pair` #35

Open ZevEisenberg opened 3 years ago

ZevEisenberg commented 3 years ago
$ xcrun simctl pair help
Create a new watch and phone pair.
Usage: simctl pair <watch device> <phone device>

I didn't see reference to the word "pair" in this repo, so it looks like it's not supported. I can easily work around it in a ruby script using:

`xcrun simctl pair #{watch_device.udid} #{phone_device.udid}`

But it would be nice not to have to.