Skip to content

Commit b52a2ae

Browse files
codebytereMarshallOfSound
authored andcommitted
fix: add default media usage strings to info.plist (electron#19949)
1 parent 8e671da commit b52a2ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

atom/browser/resources/mac/Info.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,9 @@
3232
<true/>
3333
<key>NSHighResolutionCapable</key>
3434
<true/>
35+
<key>NSMicrophoneUsageDescription</key>
36+
<string>This app needs access to the microphone</string>
37+
<key>NSCameraUsageDescription</key>
38+
<string>This app needs access to the camera</string>
3539
</dict>
3640
</plist>

0 commit comments

Comments
 (0)