typester (owner)

Revisions

gist: 198868 Download_button fork
public
Public Clone URL: git://gist.github.com/198868.git
Embed All Files: show embed
xcode.el #
1
2
3
4
5
6
7
8
9
10
(defun xcode-buildandrun ()
  (interactive)
  (do-applescript "tell application \"Xcode\"
activate
end tell
 
tell application \"System Events\"
key code 15 using {command down}
end tell"))