Skip to content

Commit af50658

Browse files
committed
Update macosx-specific-properties.md
1 parent 5003d37 commit af50658

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/macosx-specific-properties.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<!-- signing properties -->
1414
<developerId>singning identity</developerId>
1515
<entitlements>path/to/entitlements.plist</entitlements>
16-
<dontCodesignApp>true|false</dontCodesignApp>
16+
<codesignApp>true|false</codesignApp>
1717

1818
<!-- properties used in DMG disk image generation -->
1919
<backgroundImage>path/to/png</backgroundImage>
@@ -33,16 +33,16 @@
3333
</macConfig>
3434
```
3535

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. |
4646

4747
## DMG generation properties
4848

0 commit comments

Comments
 (0)