1
1
mirror of https://github.com/wez/wezterm.git synced 2025-01-03 11:11:43 +03:00

macos: add camera entitlement

refs: https://github.com/wez/wezterm/issues/2551
This commit is contained in:
Wez Furlong 2022-09-24 19:14:10 -07:00
parent 3c1cf930ae
commit cff0e5f2a3

View File

@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.device.bluetooth</key>
<true/>
<key>com.apple.security.device.camera</key>
<true/>
</dict>
</plist>