Skip to content

Commit ee4608c

Browse files
committed
fix: add entitlement for media device usage
https://bugs.chromium.org/p/chromium/issues/detail?id=1066155
1 parent c677d9e commit ee4608c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/azure-pipelines/darwin/entitlements.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@
1010
<true/>
1111
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
1212
<true/>
13+
<key>com.apple.security.device.camera</key>
14+
<true/>
15+
<key>com.apple.security.device.audio-input</key>
16+
<true/>
1317
</dict>
1418
</plist>

0 commit comments

Comments
 (0)