Browse Source

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

Shelley Vohr 5 years ago
parent
commit
b52a2aedf1
1 changed files with 4 additions and 0 deletions
  1. 4 0
      atom/browser/resources/mac/Info.plist

+ 4 - 0
atom/browser/resources/mac/Info.plist

@@ -32,5 +32,9 @@
     <true/>
     <key>NSHighResolutionCapable</key>
     <true/>
+    <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>