FIRE-23405: Make Firestorm ask for microphone permissions correctly on OS X Mojave.
parent
50a04b2c09
commit
c07fafa0ca
|
|
@ -32,6 +32,8 @@
|
|||
<true/>
|
||||
<key>NSAppSleepDisabled</key>
|
||||
<true/>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Microphone access is needed to allow connection to voice.</string>
|
||||
<key>NSHumanReadableCopyright</key>
|
||||
<string>${MACOSX_BUNDLE_COPYRIGHT}</string>
|
||||
<key>CFBundleDocumentTypes</key>
|
||||
|
|
|
|||
Loading…
Reference in New Issue