Adds a command to terminal that lets you easily reset the iOS Simulator
Tested on Yosemite (GM Candidates 2 & 3). Any other Mac OS, YMMV.
Add this line to your application's Gemfile:
gem 'reset-sim'
And then execute:
$ bundle
Or install it yourself as:
$ gem install reset-sim
Add your terminal application to System Preferences, Privacy, Accessibility options.
Then run reset-sim
to reset the simulator.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request