Skip to content

Instantly share code, notes, and snippets.

@jcf
Created June 15, 2009 14:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcf/130146 to your computer and use it in GitHub Desktop.
Save jcf/130146 to your computer and use it in GitHub Desktop.
Some useful resources regarding AppleScript in Cocoa
A Few Examples of using Scripting Bridge:
http://developer.apple.com/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/UsingScriptingBridge/UsingScriptingBridge.html#//apple_ref/doc/uid/TP40006104-CH4-DontLinkElementID_12
A note of Performance & Optimisation with Scripting Bridge:
http://developer.apple.com/documentation/Cocoa/Conceptual/ScriptingBridgeConcepts/ImproveScriptingBridgePerf/ImproveScriptingBridgePerf.html#//apple_ref/doc/uid/TP40006104-CH6-SW1
NSAppleScript Technote/Example:
http://developer.apple.com/technotes/tn2006/tn2084.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment