mirror of
https://github.com/wez/wezterm.git
synced 2025-01-05 12:15:23 +03:00
macos: add camera entitlement
refs: https://github.com/wez/wezterm/issues/2551
This commit is contained in:
parent
3c1cf930ae
commit
cff0e5f2a3
@ -6,5 +6,7 @@
|
|||||||
<true/>
|
<true/>
|
||||||
<key>com.apple.security.device.bluetooth</key>
|
<key>com.apple.security.device.bluetooth</key>
|
||||||
<true/>
|
<true/>
|
||||||
|
<key>com.apple.security.device.camera</key>
|
||||||
|
<true/>
|
||||||
</dict>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue
Block a user