NextPrevUpTopContentsIndex

9.3 Creating a Mac OS X application bundle

The section applies only to users of LispWorks for Macintosh.

You should not simply run a Mac OS X/Cocoa GUI application from the command line in Terminal.app. Instead you should put the image in a suitable Application Bundle and run it using the Finder. The example delivery scripts in this manual automatically create the Application Bundle, using the code described below.

Your LispWorks Library contains example code which constructs a suitable Mac OS X application bundle for your delivered image. The function write-macos-application-bundle does several things:

9.3.1 Example application bundle delivery script

9.3.2 Further Mac OS X delivery examples


LispWorks Delivery User Guide - 12 Sep 2005

NextPrevUpTopContentsIndex