Created
May 28, 2014 17:12
-
-
Save jkubicek/9cd740a269192e3694be to your computer and use it in GitHub Desktop.
This file contains 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" | |
click menu item "Reset Content and Settings…" of menu "iOS Simulator" of menu bar 1 | |
delay 0.25 | |
key code 76 -- The return button | |
end tell | |
end tell |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment