Links For Adding Applescript to Your Cocoa App

Looking to implement some basic Applescript support on my application, I was somewhat at a loss where to start. Here are some links I found useful. If you know of any other Applescript resources that helped you out, don’t be shy about dropping a link in the comments!

Cocoa Scripting Guide

An in-depth look at how scripting works from a conceptual level. A long read, but worth it.

Simple Scripting Properties

A simple example for XCode 3 and Leopard which shows a small Applescript implementation that actually works. Excellent to tear apart and learn from.

Applescript Terminology and Apple Event Codes

Lists Applescript terminology and associated codes.

Comments are closed.

« Code Snippet: Get Playlist Names From iTunes
Code Snippet: Better Table Support in NSTextView »