Created
November 16, 2013 13:17
-
-
Save lukemartin/7500082 to your computer and use it in GitHub Desktop.
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" | |
activate | |
tell application "System Events" | |
perform (keystroke "r" using command down) | |
end tell | |
end tell |
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
#!/bin/bash | |
sencha app build native && osascript "/Users/luke/Documents/Scripts/RunInXcode.scpt" && finished "Sencha App build running!" |
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
Show hidden characters
{ | |
"cmd": ["sh", "/Users/luke/somewhere/sencha-build.sh"], | |
"path": "/Users/luke/bin/Sencha/Cmd/4.0.0.203:$PATH" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment