Skip to content

Instantly share code, notes, and snippets.

@edymtt
Last active December 10, 2015 09:29
Show Gist options
  • Save edymtt/4414585 to your computer and use it in GitHub Desktop.
Save edymtt/4414585 to your computer and use it in GitHub Desktop.
My first Applesciprt
tell application "Xcode"
activate
end tell
tell application "System Events"
tell process "Xcode"
tell menu bar 1
tell menu bar item "Product"
tell menu "Product"
tell menu item "Debug"
tell menu "Debug"
click menu item "Step Over"
end tell
end tell
end tell
end tell
end tell
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment