Mac OS X Project Templates
From The Oxygene Language Wiki
This is a Platform topic
Feel free to add your notes to this topic below.
Delphi Prism comes with several Mac OS X specific templates. These templates link to the latest currently installed Mono installation libraries instead of the .NET framework to ensure that:
- any code used is actually implemented in Mono,
- the project will work when it is run on Mono.
They also wrap the project into an .app folder ready to be deployed in the Mac OS X "Applications" folder.
The templates included are:
- Monobjc Application: MonobjC application with .nib files that can be opened from within the XCode interface designer. During the build the code for the NIB interface files are generated.
- GTK# Application: GTK#/Glade based application referencing the Mono framework.
- Windows Forms: Plain WinForms template that references Mono's System.Windows.Forms and related libraries.
MacPack
All the Mac OS X templates wrap the project into a .app folder so they can easily be installed (dragged) into the Mac OS X Applications folder. Each Mac OS X project has an extra tab in the project options.
The description for each of the properties can be found at the Project Options (MacPack) page.
See Also
Area: Oxygene Platforms
Platform Glossary — Keywords — Types — FAQ — How To

