summaryrefslogtreecommitdiff
path: root/misc/dist
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2021-07-30 13:41:24 +0300
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-01-18 11:11:02 +0200
commit8bb00a2dfd32a5b3f9a30f55ac8a9e88b73cd6a2 (patch)
treeaa68115c53e69a21ec5c9ea513ed84705f6e0cfa /misc/dist
parent8ae86f608a797d82a3546939181c830fa140e52b (diff)
[macOS export] Implements ad-hoc signing on Linux/Windows, adds extra privacy settings, entitlements warnings and error checking.
Diffstat (limited to 'misc/dist')
-rw-r--r--misc/dist/osx_template.app/Contents/Info.plist7
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/dist/osx_template.app/Contents/Info.plist b/misc/dist/osx_template.app/Contents/Info.plist
index 8e221df946..a087550290 100644
--- a/misc/dist/osx_template.app/Contents/Info.plist
+++ b/misc/dist/osx_template.app/Contents/Info.plist
@@ -24,10 +24,7 @@
<string>$signature</string>
<key>CFBundleVersion</key>
<string>$version</string>
- <key>NSMicrophoneUsageDescription</key>
- <string>$microphone_usage_description</string>
- <key>NSCameraUsageDescription</key>
- <string>$camera_usage_description</string>
+$usage_descriptions
<key>NSHumanReadableCopyright</key>
<string>$copyright</string>
<key>CFBundleSupportedPlatforms</key>
@@ -46,6 +43,6 @@
<string>10.12</string>
</dict>
<key>NSHighResolutionCapable</key>
- $highres
+$highres
</dict>
</plist>