mirror of
https://github.com/wez/wezterm.git
synced 2024-11-22 04:56:12 +03:00
more entitlements on macos
refs: https://github.com/wez/wezterm/issues/3359
This commit is contained in:
parent
27fce9eb8c
commit
3ee0335a40
@ -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>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user