Installing objc-appscript

The objc-appscript project files are currently available from the subversion repository:

svn checkout http://appscript.svn.sourceforge.net/svnroot/appscript/objc-appscript objc-appscript

The most recent semi-stable version can be found under tags/objc-appscript-0.4.0 and requires py-appscript 0.18.1 to generate glue files via the osaglue tool.

The objc-appscript trunk contains the latest unstable version and requires the latest unstable versions of py-appscript and py-osaterminology to generate glue files:

svn checkout http://appscript.svn.sourceforge.net/svnroot/appscript/py-appscript/trunk py-appscript

svn checkout http://appscript.svn.sourceforge.net/svnroot/appscript/py-osaterminology/trunk py-osaterminology

Before building the sample projects, build the Appscript.framework and install it into ~/Library/Frameworks. If a sample project initially fails to compile, remove and re-add the Appscript framework under the project's 'External frameworks and libraries' section and try again.