Created
May 8, 2016 03:48
-
-
Save danstepanov/afc78ab107ed581f9cf13997978c40a6 to your computer and use it in GitHub Desktop.
Revisions
-
danstepanov created this gist
May 8, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ tell application "Simulator" activate end tell tell application "System Events" tell process "Simulator" tell menu bar 1 tell menu bar item "Simulator" tell menu "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