1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 11:17:15 +03:00

macos: add bluetooth entitlement

refs: https://github.com/wez/wezterm/issues/2330
This commit is contained in:
Wez Furlong 2022-08-01 21:26:27 -07:00
parent 673ca3ad07
commit 119c2f1d0b

View File

@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.automation.apple-events</key>
<true/>
<key>com.apple.security.device.bluetooth</key>
<true/>
</dict>
</plist>