|
13 | 13 | <!-- signing properties --> |
14 | 14 | <developerId>singning identity</developerId> |
15 | 15 | <entitlements>path/to/entitlements.plist</entitlements> |
16 | | - <dontCodesignApp>true|false</dontCodesignApp> |
| 16 | + <codesignApp>true|false</codesignApp> |
17 | 17 |
|
18 | 18 | <!-- properties used in DMG disk image generation --> |
19 | 19 | <backgroundImage>path/to/png</backgroundImage> |
|
33 | 33 | </macConfig> |
34 | 34 | ``` |
35 | 35 |
|
36 | | -| Property | Mandatory | Default value | Description | |
37 | | -| ----------------- | --------- | -------------- | ------------------------------------------------------------ | |
38 | | -| `icnsFile` | :x: | `null` | Icon file. | |
39 | | -| `generateDmg` | :x: | `true` | Enables DMG disk image file generation. | |
40 | | -| `generatePkg` | :x: | `true` | Enables installation package generation. | |
41 | | -| `relocateJar` | :x: | `true` | If `true`, Jar files are located in `Contents/Resources/Java` folder, otherwise they are located in `Contents/Resources` folder. | |
42 | | -| `appId` | :x: | `${mainClass}` | App unique identifier. | |
43 | | -| `developerId` | :x: | `null` | Signing identity. | |
44 | | -| `entitlements` | :x: | `null` | Path to [entitlements](https://developer.apple.com/documentation/bundleresources/entitlements) file. | |
45 | | -| `dontCodesignApp` | :x: | `false` | If sets to `true`, generated app is not codesigned. | |
| 36 | +| Property | Mandatory | Default value | Description | |
| 37 | +| -------------- | --------- | -------------- | ------------------------------------------------------------ | |
| 38 | +| `icnsFile` | :x: | `null` | Icon file. | |
| 39 | +| `generateDmg` | :x: | `true` | Enables DMG disk image file generation. | |
| 40 | +| `generatePkg` | :x: | `true` | Enables installation package generation. | |
| 41 | +| `relocateJar` | :x: | `true` | If `true`, Jar files are located in `Contents/Resources/Java` folder, otherwise they are located in `Contents/Resources` folder. | |
| 42 | +| `appId` | :x: | `${mainClass}` | App unique identifier. | |
| 43 | +| `developerId` | :x: | `null` | Signing identity. | |
| 44 | +| `entitlements` | :x: | `null` | Path to [entitlements](https://developer.apple.com/documentation/bundleresources/entitlements) file. | |
| 45 | +| `codesignApp` | :x: | `true` | If it is set to `false`, generated app will not be codesigned. | |
46 | 46 |
|
47 | 47 | ## DMG generation properties |
48 | 48 |
|
|
0 commit comments