mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -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>
|
<string>True</string>
|
||||||
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
||||||
<true/>
|
<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>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue
Block a user