Description
This tasks generates the Info.plist file for an application bundle.
Parameters
| Attribute | Type | Description | Required |
|---|---|---|---|
| assembly | File |
The main assembly file. Name, identifier and version are extracted. | False |
| template | File |
The template file. | False |
| name | String |
The application name. | False |
| icon | String |
The application icon. | False |
| identifier | String |
The application identifier. | False |
| version | String |
The application version. | False |
| target-os | MacOSVersion |
The target OS version. Valid values are MacOS105, MacOS106, MacOS107 or MacOS108. |
False |
| main-nib | String |
The main NIB file. | False |
| principal | String |
The principal class. | False |
| todir | Directory |
The destination directory. | True |
Nested Elements
Usage
Typical usage:
<gen-plist assembly="${build.dir}/${app.name}.exe" icon="Monobjc" todir="${build.dir}" />