Make iOS Simulators with Ruby (and simctl).
Because Xcode sucks at this.
Nope. I wrote this quickly and it works for me. There's no error handling and it will delete all your simulators sometimes. PRs welcome, issues disabled.
Good Luck!
- gem build peach.gemspec
- gem install ./elpeacho-[version string]
- curl -u iamkevb https://rubygems.org/api/v1/api_key.yaml > ~/.gem/credentials; chmod 0600 ~/.gem/credentials
- gem push elpeacho-[version string]