aboutsummaryrefslogtreecommitdiff
path: root/cmake/MacOSXBundleInfo.plist.in
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-05-16 20:06:34 +0200
committerGitHub <noreply@github.com>2022-05-16 20:06:34 +0200
commitcf5c752dda685378c5ec1ec6227fc1507d04154a (patch)
tree0e0a3919b24e4e07d35ea9ac9f34a413f04dd09a /cmake/MacOSXBundleInfo.plist.in
parenta67f3131e7585615d7d759963bfc7676d2728e67 (diff)
parent7f305aad1b80e28d15dda71ba62bec2e8eb9dac3 (diff)
downloadPrismLauncher-cf5c752dda685378c5ec1ec6227fc1507d04154a.tar.gz
PrismLauncher-cf5c752dda685378c5ec1ec6227fc1507d04154a.tar.bz2
PrismLauncher-cf5c752dda685378c5ec1ec6227fc1507d04154a.zip
Merge pull request #568 from kthchew/fix/mac-steam-overlay
Diffstat (limited to 'cmake/MacOSXBundleInfo.plist.in')
-rw-r--r--cmake/MacOSXBundleInfo.plist.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/MacOSXBundleInfo.plist.in b/cmake/MacOSXBundleInfo.plist.in
index 0e3a43c6..9e663d31 100644
--- a/cmake/MacOSXBundleInfo.plist.in
+++ b/cmake/MacOSXBundleInfo.plist.in
@@ -2,10 +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>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>