Skip to content

Commit 208c83e

Browse files
add microphone entitlement for macOS build
Added the `NSMicrophoneUsageDescription` entitlement key, along with an explanation message for this entitlement.
1 parent ef1bf57 commit 208c83e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/MacOSXBundleInfo.plist.in

+2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@
3636
<true/>
3737
<key>NSHumanReadableCopyright</key>
3838
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
39+
<key>NSMicrophoneUsageDescription</key>
40+
<string>MultiMC does not need access to your microphone for itself. Likely it's requesting it on behalf of a Minecraft mod you installed, which needs to access your microphone in order to function properly.</string>
3941
</dict>
4042
</plist>

0 commit comments

Comments
 (0)