From 973db4845c1430dc490c3a952a16d79adac4aac4 Mon Sep 17 00:00:00 2001 From: John Naylor Date: Sun, 2 Dec 2018 11:06:24 -0500 Subject: [PATCH] Request OSX privacy permissions --- assets/osx/Alacritty.app/Contents/Info.plist | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist index 4afc218a..57c79f6f 100644 --- a/assets/osx/Alacritty.app/Contents/Info.plist +++ b/assets/osx/Alacritty.app/Contents/Info.plist @@ -34,5 +34,23 @@ Alacritty NSRequiresAquaSystemAppearance NO + NSAppleEventsUsageDescription + An application in Alacritty would like to access AppleScript. + NSCalendarsUsageDescription + An application in Alacritty would like to access calendar data. + NSCameraUsageDescription + An application in Alacritty would like to access the camera. + NSContactsUsageDescription + An application in Alacritty wants to access your contacts. + NSLocationAlwaysUsageDescription + An application in Alacritty would like to access your location information, even in the background. + NSLocationUsageDescription + An application in Alacritty would like to access your location information. + NSLocationWhenInUseUsageDescription + An application in Alacritty would like to access your location information while active. + NSMicrophoneUsageDescription + An application in Alacritty would like to access your microphone. + NSRemindersUsageDescription + An application in Alacritty would like to access your reminders.