/reset-sim

Allows you to easily reset the iOS Simulator from the terminal with a single command.

Primary LanguageRuby

reset-sim

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.

Installation

Add this line to your application's Gemfile:

gem 'reset-sim'

And then execute:

$ bundle

Or install it yourself as:

$ gem install reset-sim

Usage

Add your terminal application to System Preferences, Privacy, Accessibility options.

Then run reset-sim to reset the simulator.

System Preferences

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request