Skip to content

Instantly share code, notes, and snippets.

@lukemartin
Created November 16, 2013 13:17
Show Gist options
  • Save lukemartin/7500082 to your computer and use it in GitHub Desktop.
Save lukemartin/7500082 to your computer and use it in GitHub Desktop.
tell application "Xcode"
activate
tell application "System Events"
perform (keystroke "r" using command down)
end tell
end tell
#!/bin/bash
sencha app build native && osascript "/Users/luke/Documents/Scripts/RunInXcode.scpt" && finished "Sencha App build running!"
{
"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