mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-01 16:38:06 -04: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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user