Update macOS Info.plist to include mic privacy request string for latest SDK on 10.14

This commit is contained in:
Bill Somerville 2019-04-17 01:29:16 +01:00
parent 6997937048
commit 81907e841a
1 changed files with 2 additions and 0 deletions

View File

@ -38,5 +38,7 @@
<string>True</string>
<key>NSRequiresAquaSystemAppearance</key>
<true/>
<key>NSMicrophoneUsageDescription</key>
<string>This app requires microphone access to receive signals.</string>
</dict>
</plist>