Skip to content

Commit 4a5087a

Browse files
committed
fixed #5672 - incorrect microphone entitlement on macOS
1 parent e0c34ef commit 4a5087a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/mac/entitlements.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<true/>
99
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
1010
<true/>
11-
<key>com.apple.security.device.microphone</key>
11+
<key>com.apple.security.device.audio-input</key>
1212
<true/>
1313
<key>com.apple.security.device.camera</key>
1414
<true/>

0 commit comments

Comments
 (0)