fix: add default media usage strings to info.plist (#19871)
This commit is contained in:
parent
612e3f7ff7
commit
5e525b3e0f
1 changed files with 4 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue