NextPrevUpTopContentsIndex

9.3 Creating a Mac OS X application bundle

The section applies only to users of LispWorks for Macintosh.

The example script in Preparing for delivery will create an executable on your Mac OS X system and you can build your non-GUI programs like that.

However, 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.

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 - 27 Jul 2004

NextPrevUpTopContentsIndex