aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKenneth Chew <kenneth.c0@protonmail.com>2022-05-15 16:33:52 -0400
committerKenneth Chew <kenneth.c0@protonmail.com>2022-05-15 16:33:52 -0400
commit80908efdcb1f8d4deb35c0df65651cc96fae71ac (patch)
tree256c4b898ecde1905a7b63b2c6816e45fe05acc7 /cmake
parent123ed5bd2e12ad72b6df39ef747e31d64aae6dce (diff)
downloadPrismLauncher-80908efdcb1f8d4deb35c0df65651cc96fae71ac.tar.gz
PrismLauncher-80908efdcb1f8d4deb35c0df65651cc96fae71ac.tar.bz2
PrismLauncher-80908efdcb1f8d4deb35c0df65651cc96fae71ac.zip
Fix indentation of macOS resources
Diffstat (limited to 'cmake')
-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>