Version: 1.1

Posted: 2008-05-30

Build Requirements: Xcode 3.0

Runtime Requirements: Mac OS 10.5

View Source Code:

Download Sample Code (“SimpleScripting.zip”, 50.3K)



Description

This sample walks you through the most basic steps required to make an application scriptable. This includes setting up the info.plist file, adding a scripting dictionary, and adding a property to the main application class.

Document Revision History

Date Notes
2008-05-30Changed the .sdef so that it uses XInclude to import the Standard Suite from another file instead of providing a definition of the Standard Suite in the .sdef file.
2007-03-05Illustrates the minimal steps required to make an application scriptable.