From 5018bd42c8be919c64eb14c0d6cc0febd7338081 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 4 Oct 2023 11:22:07 -0700 Subject: [PATCH] macos: localize the permission strings --- macos/Ghostty-Info.plist | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/macos/Ghostty-Info.plist b/macos/Ghostty-Info.plist index 950fd73cc..4d2203882 100644 --- a/macos/Ghostty-Info.plist +++ b/macos/Ghostty-Info.plist @@ -22,5 +22,33 @@ GHOSTTY_MAC_APP 1 + NSHighResolutionCapable + + NSAppleEventsUsageDescription + A program in Ghostty wants to use AppleScript. + NSCalendarsUsageDescription + A program in Ghostty wants to use your calendar. + NSCameraUsageDescription + A program in Ghostty wants to use the camera. + NSContactsUsageDescription + A program in Ghostty wants to use your contacts. + NSLocalNetworkUsageDescription + A program in Ghostty wants to access the local network. + NSLocationTemporaryUsageDescriptionDictionary + A program in Ghostty wants to use your location temporarily. + NSLocationUsageDescription + A program in Ghostty wants to use your location information. + NSMicrophoneUsageDescription + A program in Ghostty wants to use your microphone. + NSMotionUsageDescription + A program in Ghostty wants to access motion data. + NSPhotoLibraryUsageDescription + A program in Ghostty wants to use your photo library. + NSRemindersUsageDescription + A program in Ghostty wants to access your reminders. + NSSpeechRecognitionUsageDescription + A program in Ghostty wants to use speech recognition. + NSSystemAdministrationUsageDescription + A program in Ghostty requires elevated privileges.