Skip to content

Instantly share code, notes, and snippets.

View RussVanBert's full-sized avatar

Russ Van Bert RussVanBert

  • Melbourne, Australia
View GitHub Profile
@jakemarsh
jakemarsh / reset_simulator.applescript
Created January 20, 2012 14:57
Simple Applescript that can be run from the command line to programmatically reset the iOS simulator.
tell application "iPhone Simulator"
activate
end tell
tell application "System Events"
tell process "iPhone Simulator"
tell menu bar 1
tell menu bar item "iOS Simulator"
tell menu "iOS Simulator"
click menu item "Reset Content and Settings…"