fix: add default media usage strings to info.plist (#19871)

This commit is contained in:
Shelley Vohr 2019-08-21 13:14:25 -07:00 коммит произвёл Samuel Attard
Родитель 612e3f7ff7
Коммит 5e525b3e0f
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -34,5 +34,9 @@
<false/>
<key>NSQuitAlwaysKeepsWindows</key>
<false/>
<key>NSMicrophoneUsageDescription</key>
<string>This app needs access to the microphone</string>
<key>NSCameraUsageDescription</key>
<string>This app needs access to the camera</string>
</dict>
</plist>