Skip to content

Instantly share code, notes, and snippets.

@elpsk
Created March 20, 2017 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elpsk/eb8a1b0f86fc7f07c132e37b5c1f4abb to your computer and use it in GitHub Desktop.
Save elpsk/eb8a1b0f86fc7f07c132e37b5c1f4abb to your computer and use it in GitHub Desktop.
Open and Run project on XCode
tell application id "com.apple.dt.Xcode"
activate
end tell
tell application "System Events"
tell process "Xcode"
click menu item "Run" of menu "Product" of menu bar item "Product" of menu bar 1
end tell
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment