-
-
Save nacho4d/5054402 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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…" | |
end tell | |
end tell | |
end tell | |
tell window 1 | |
click button "Reset" | |
end tell | |
end tell | |
end tell | |
-- Run at the command line or from a shell script using something like: 'osascript reset_simulator.applescript' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment