Skip to content

Instantly share code, notes, and snippets.

@kognate
Created October 9, 2012 15:47
Show Gist options
  • Save kognate/3859653 to your computer and use it in GitHub Desktop.
Save kognate/3859653 to your computer and use it in GitHub Desktop.
programatically restart xcode
tell application "Xcode"
quit
end tell
delay 10 -- Wait for Xcode to close
tell application "Xcode" to activate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment