Introduction to Automator AppleScript Actions Tutorial
Guides you through the procedure for creating a simple Automator action implemented in AppleScript.
Organization of This Document
This tutorial has the following chapters, which are meant to be read in the given order:
- Before You Start gives an overview of Automator actions and workflows. It also describes the action that you will create in the tutorial.
- Creating the Project explains how to create an AppleScript action project and identifies the key elements of such projects.
- Creating the User Interface shows you how to create the user interface of the action using the Interface Builder application.
- Establishing Bindings explains what Cocoa bindings are and describes how you establish bindings for the action.
- Configuring the Action discusses how to set the properties of the action in its
Info.plistfile. - Writing the Action Script shows the script that you write for the action and explains the general structure and behavior of all such scripts.
- Building and Testing the Action describes techniques for testing and debugging an action after it is built.
Copyright © 2005, 2007 Apple Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2007-07-18