Create a MAC application bundle
From Documentation
We currently use the packaging tool Iceberg to create the application bundle for MAC OS X. In the following the packaging using Iceberg is described.
Contents |
Build the openLCA product
You can build the application using the export wizard with the product configuration in the project org.openlca.core.application:
Choose Plug-in Development/Eclipse product as export type and select a destination directory in the upcoming wizard. In the destination folder the following files should be created:
Create the application bundle
Create a new package project in Iceberg:
Enter the attributes of the package (name, version, description, etc.). Note: If you want to redistribute openLCA you have to do this according to the conditions of the Mozilla Public License Version 1.1. So you should add a license file to the project settings:
Set the default destination to /Applications, select the folder Applications in the tree, and add the folder you created in the Eclipse export via the menu Archive/Add Files...:
Finally, build the project and test it:
See also
- Get the source code
- Test and compile openLCA in Eclipse
- Create a MAC application bundle





