Skip to content

Commit 4697106

Browse files
committed
U MacICNS app reference
1 parent 28933b6 commit 4697106

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

docs/macosx-specific-properties.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,21 +51,23 @@
5151

5252
| Property | Mandatory | Default value | Description |
5353
| ------------- | --------- | -------------- | -------------------------------------------------------------------------------------------------------------------------------- |
54-
| `icnsFile` | :x: | | Icon file. |
54+
| `icnsFile` | :x: | | ICNS format icon file.\* |
5555
| `generateDmg` | :x: | `true` | Enables DMG disk image file generation. |
5656
| `generatePkg` | :x: | `true` | Enables installation package generation. |
5757
| `relocateJar` | :x: | `true` | If `true`, Jar files are located in `Contents/Resources/Java` folder, otherwise they are located in `Contents/Resources` folder. |
5858
| `appId` | :x: | `${mainClass}` | App unique identifier. |
5959

60+
> \* You can use [MacICNS](https://github.com/EasyG0ing1/MacIcns) to convert your PNG icon file to ICNS.
61+
6062
## Signing properties
6163

62-
| Property | Mandatory | Default value | Description |
63-
| ------------------ | --------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------- |
64-
| `developerId` | :x: | | Signing identity. |
65-
| `entitlements` | :x: | | Path to [entitlements](https://developer.apple.com/documentation/bundleresources/entitlements) file. |
66-
| `codesignApp` | :x: | `true` | If it is set to `false`, generated app will not be codesigned. |
64+
| Property | Mandatory | Default value | Description |
65+
| ------------------ | --------- | ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- |
66+
| `developerId` | :x: | | Signing identity. |
67+
| `entitlements` | :x: | | Path to [entitlements](https://developer.apple.com/documentation/bundleresources/entitlements) file. |
68+
| `codesignApp` | :x: | `true` | If it is set to `false`, generated app will not be codesigned. |
6769
| `hardenedCodesign` | :x: | `true` | If it is set to `true`, enable [hardened runtime](https://developer.apple.com/documentation/security/hardened_runtime) if MacOS version >= 10.13.6. |
68-
| `macStartup` | :x: | `SCRIPT` | App startup type, using a `SCRIPT` or a binary (compiled version of the script: `UNIVERSAL`, `X86_64` or `ARM64`). |
70+
| `macStartup` | :x: | `SCRIPT` | App startup type, using a `SCRIPT` or a binary (compiled version of the script: `UNIVERSAL`, `X86_64` or `ARM64`). |
6971

7072
## DMG generation properties
7173

0 commit comments

Comments
 (0)