1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00

more entitlements on macos

refs: https://github.com/wez/wezterm/issues/3359
This commit is contained in:
Wez Furlong 2023-03-24 18:32:01 -07:00
parent 27fce9eb8c
commit 3ee0335a40
No known key found for this signature in database
GPG Key ID: 7A7F66A31EC9B387
2 changed files with 12 additions and 0 deletions

View File

@ -8,5 +8,15 @@
<true/>
<key>com.apple.security.device.camera</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.personal-information.addressbook</key>
<true/>
<key>com.apple.security.personal-information.calendars</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
<key>com.apple.security.personal-information.photos-library</key>
<true/>
</dict>
</plist>

View File

@ -58,6 +58,8 @@ As features stabilize some brief notes about them will accumulate here.
* imgcat broken with multiplexer protocol #3343
* `wezterm cli activate-pane-direction` would not cause the focus to change
in the GUI when explicitly using multiplexing domains. #2863
* macOS: update entitlements so that macOS will prompt the user when they
spawn an app that wants to use the microphone and other resources. #3359
### 20230320-124340-559cb7b0