We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7803ea1 + 84bbfd9 commit c6fa8fbCopy full SHA for c6fa8fb
docs/macosx-specific-properties.md
@@ -3,13 +3,14 @@
3
```xml
4
<macConfig>
5
<!-- general properties -->
6
+ <appId>app unique identifier</appId>
7
<icnsFile>path/to/icon.icns</icnsFile>
8
<generateDmg>true|false</generateDmg>
9
<generatePkg>true|false</generatePkg>
10
<relocateJar>true|false</relocateJar>
- <appId>app unique identifier</appId>
11
- <developerId>singning identity</developerId>
12
- <entitlements>path/to/entitlements.plist</entitlements>
+ <!-- signing properties -->
+ <developerId>singning identity</developerId>
13
+ <entitlements>path/to/entitlements.plist</entitlements>
14
<!-- properties used in DMG disk image generation -->
15
<backgroundImage>path/to/png</backgroundImage>
16
<windowX>x</windowX>
0 commit comments