Merge pull request #1822 from srcejon/fix_1819

Add description why Microphone, Camera and Location are required on MacOS.
pull/1824/head
Edouard Griffiths 2023-09-11 13:53:42 +02:00 zatwierdzone przez GitHub
commit cd92bc3b74
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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>