CocoaPods / fourflusher

A library for interacting with Xcode simulators.
MIT License
32 stars 15 forks source link

Update fetch_sims for Xcode 10.1. #11

Closed SlaunchaMan closed 5 years ago

SlaunchaMan commented 5 years ago

If you have Xcode 10.1 installed, even if Xcode 10.0 is set as the default version of Xcode, the output from simctl has a different format, specifically for availability. The rest of the fields appear to be the same, just not this one.

dnkoutso commented 5 years ago

Do we have tests we can add to this?

dnkoutso commented 5 years ago

Needs bundle exec rubocop -a

SlaunchaMan commented 5 years ago

Will add!

SlaunchaMan commented 5 years ago

@dnkoutso Done!

dnkoutso commented 5 years ago

thank you!