mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
73993a60b4
This is necessary for applications spawned via wezterm to be able to generate apple events. wezterm already had the text for the authorization prompt in its plist, but because it was code signed with the default set of entitlements, macOS didn't bother to prompt. This commit introduces an explicit set of entitlements and uses those when signing the executable. I test this by manually codesigning on my laptop and confirmed that I could run bbedit from inside wezterm. I can't directly test the CI version of that flow on my laptop as it may destroy my keychain if I got something wrong. We'll have to see if the CI generated build works out! refs: https://github.com/wez/wezterm/issues/2242 h/t to https://github.com/microsoft/vscode/issues/119787 for clearly documenting what was needed. |
||
---|---|---|
.. | ||
add-color-screen-shots.sh | ||
appimage.sh | ||
appstreamcli | ||
build-docs.sh | ||
check-rust-version.sh | ||
create-release.sh | ||
deploy.sh | ||
generate-docs.py | ||
generate-workflows.py | ||
macos-entitlement.plist | ||
make-color-screen-shots.sh | ||
make-winget-pr.sh | ||
PKGBUILD.template | ||
retry.sh | ||
source-archive.sh | ||
subst-release-info.py | ||
tag-name.sh | ||
tag.sh | ||
update-completions.sh | ||
wezterm-homebrew-macos.rb.template | ||
wezterm-linuxbrew.rb.template | ||
windows-installer.iss |