CocoaPods / fourflusher

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

Fix simulator list for Xcode 10.2 beta 1. #15

Closed SlaunchaMan closed 5 years ago

SlaunchaMan commented 5 years ago

This uses @hamchapman’s fix for the issue. Fixes this CocoaPods issue for users with Xcode 10.2 beta 1 installed.

dnkoutso commented 5 years ago

Great, can you please add tests for it?

SlaunchaMan commented 5 years ago

@dnkoutso How’s this?

dnkoutso commented 5 years ago

its great. Need to run bundle exec rubocop -a and if possible squash commits into one then add one more commit that fixes CI travis/bundler issue with this change:

gem install bundler -v "~> 1.17"

In .travis.yml file.

SlaunchaMan commented 5 years ago

@dnkoutso Will do when I get back to my computer!

SlaunchaMan commented 5 years ago

@dnkoutso Should be good to go!

dnkoutso commented 5 years ago

thank you sir!