kopia lustrzana https://github.com/f4exb/sdrangel
Add strings describing why Microphone, Camera and Location are required on MacOS. For #1819
rodzic
9476cdde59
commit
61e0d2b886
|
@ -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>
|
||||
|
|
Ładowanie…
Reference in New Issue