aboutsummaryrefslogtreecommitdiff
path: root/cmake/MacOSXBundleInfo.plist.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-19 21:47:57 +0200
committerGitHub <noreply@github.com>2022-04-19 21:47:57 +0200
commitc7563a5f7c00e389b2e2af699ea07d109bfb5ef3 (patch)
treeb090ba08082b4f92f0bd477c63608aba1262b73e /cmake/MacOSXBundleInfo.plist.in
parent3ff3c335bcdc7a6037881a7b74f596d8de4b21ba (diff)
parent9462dd3ddc55e3e48e47ca794c05e11cabb6226e (diff)
downloadPrismLauncher-c7563a5f7c00e389b2e2af699ea07d109bfb5ef3.tar.gz
PrismLauncher-c7563a5f7c00e389b2e2af699ea07d109bfb5ef3.tar.bz2
PrismLauncher-c7563a5f7c00e389b2e2af699ea07d109bfb5ef3.zip
Merge pull request #454 from kthchew/feature/hardened-runtime
Diffstat (limited to 'cmake/MacOSXBundleInfo.plist.in')
-rw-r--r--cmake/MacOSXBundleInfo.plist.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 050123ee..0e3a43c6 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -2,6 +2,10 @@
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>NSCameraUsageDescription</key>
+ <string>A Minecraft mod wants to access your camera.</string>
+ <key>NSMicrophoneUsageDescription</key>
+ <string>A Minecraft mod wants to access your microphone.</string>
<key>NSPrincipalClass</key>
<string>NSApplication</string>
<key>NSHighResolutionCapable</key>