All Manuals > LispWorks® User Guide and Reference Manual > 17 iOS interface

17.1 Delivering for iOS

The Lisp part of the application needs to be delivered using one of three special images:

There is an example script examples/ios/run-lw-ios.sh which can be used to invoke the correct images depending on the type of Mac you are using.

These images do not contain the GUI part of LispWorks, but do contain all the non-GUI parts.

There are no iOS-specific Lisp functions required to build the Lisp part of an application: you use deliver in the normal way. There are three differences compared to a desktop application:

Compatibility note: In previous versions of LispWorks, you needed to conditionalize the filename passed to deliver based on the platform. This is now done automatically and conditionalization should be removed.


LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:21