From 499073b540930a8234f51eb8aa3353b7090f35fb Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 23 Nov 2023 09:00:20 -0800 Subject: [PATCH] macos: add entitlements for basically everything so macos asks Fixes #946 The terminal needs entitlements for pretty much everything because programs running within the terminal may require these and they're inherited (unfortunately). --- macos/Ghostty.entitlements | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/macos/Ghostty.entitlements b/macos/Ghostty.entitlements index 0c67376eb..777d7ccf4 100644 --- a/macos/Ghostty.entitlements +++ b/macos/Ghostty.entitlements @@ -1,5 +1,20 @@ - + + com.apple.security.automation.apple-events + + com.apple.security.device.audio-input + + com.apple.security.device.camera + + com.apple.security.personal-information.addressbook + + com.apple.security.personal-information.calendars + + com.apple.security.personal-information.location + + com.apple.security.personal-information.photos-library + +