XCode Build and Run Using AppleScript


/ Published in: AppleScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. tell application "Xcode"
  2. activate
  3. end tell
  4.  
  5. tell application "System Events"
  6. key code 15 using {command down}
  7. end tell

URL: http://lists.apple.com/archives/AppleScript-Users/2007/Mar/msg00414.html

Report this snippet


Comments


You need to login to view comments.