Created
October 9, 2012 15:47
-
-
Save kognate/3859653 to your computer and use it in GitHub Desktop.
programatically restart xcode
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 "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