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.
1 parent 59b2ef1 commit 84bbfd9Copy full SHA for 84bbfd9
docs/macosx-specific-properties.md
@@ -3,11 +3,11 @@
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
<!-- signing properties -->
12
<developerId>singning identity</developerId>
13
<entitlements>path/to/entitlements.plist</entitlements>
0 commit comments