1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 04:56:12 +03:00
wezterm/assets/macos/WezTerm.app
Sirio Balmelli 51c794ac50 WezTerm.app/Contents/Info.plist: request network permissions
On MacOS 15 (Sequoia) and later,
Wezterm.app should ask for a LocalNetwork entitlement by default.

This fixes mysterious network failures (eg: 'no route to host') when:

- Wezterm is a toplevel process (ie: not a child of a process
  that already has LocalNetwork entitlement, like Terminal)
- A shell running inside Wezterm executes a process which accesses the network,
  but does not itself already have a LocalNetwork entitlement,
  eg: /etc/profiles/per-user/$(whoami)/bin/ssh
  for ssh installed by nix home-manager.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2024-11-04 08:34:04 -07:00
..
Contents WezTerm.app/Contents/Info.plist: request network permissions 2024-11-04 08:34:04 -07:00
libEGL.dylib macOS: bundle and use MetalANGLE to enable Metal rendering 2020-10-17 09:34:01 -07:00
libGLESv1_CM.dylib macOS: bundle and use MetalANGLE to enable Metal rendering 2020-10-17 09:34:01 -07:00
libGLESv2.dylib macOS: bundle and use MetalANGLE to enable Metal rendering 2020-10-17 09:34:01 -07:00