add microphone entitlement for macOS build

Added the `NSMicrophoneUsageDescription` entitlement key, along with an explanation message for this entitlement.
This commit is contained in:
冀卓疌 2022-04-18 02:06:12 +08:00 committed by GitHub
parent ef1bf57b58
commit 208c83e1df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -36,5 +36,7 @@
<true/>
<key>NSHumanReadableCopyright</key>
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
<key>NSMicrophoneUsageDescription</key>
<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>
</dict>
</plist>