mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-05 16:31:15 -05:00
Merge pull request #1822 from srcejon/fix_1819
Add description why Microphone, Camera and Location are required on MacOS.
This commit is contained in:
commit
cd92bc3b74
@ -38,5 +38,11 @@
|
||||
<string>True</string>
|
||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||
<true/>
|
||||
<key>NSLocationUsageDescription</key>
|
||||
<string>Uses location to show position on maps</string>
|
||||
<key>NSMicrophoneUsageDescription</key>
|
||||
<string>Uses microphone to transmit voice</string>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>Uses camera to transmit video</string>
|
||||
</dict>
|
||||
</plist>
|
||||
|
Loading…
Reference in New Issue
Block a user