Jump To:
Leopard Sample Code: Apple Applications
Automator is an application that lets users automate repetitive procedures performed on a computer. Developers create Automator actions--loadable bundles that perform discrete tasks--that users link together in a workflow. An action performs a task such as opening a file or cropping an image. It usually operates on the output of the previous action in the workflow and passes the results of its operation to the next action. Developers can implement actions using AppleScript, Objective-C, or a combination of the two. Actions can access the capabilities of individual applications (including the Finder) or of the entire system.

Document Descriptions
On Off
Display

Sort by
Title
Sorted by
Date
Apply Firmware Password (HTML) (DMG) (ZIP)
Demonstrates how to create an Automator Action for System Image Utility.
2007-06-12
AutomatorHandsOn (HTML) (DMG) (ZIP)
Illustrates several methods for building Automator Actions
2007-06-12
Duplicate Finder Items (HTML) (DMG) (ZIP)
Shows how to build an Automator action targeting Finder using AppleScript.
2005-06-06
UnsharpMask (HTML) (DMG) (ZIP)
Demonstrates how to build Automator actions using Cocoa frameworks.
2005-06-06