commit 973db4845c1430dc490c3a952a16d79adac4aac4 parent 742a6b48a196cabf65354862548c07d057a28d55 Author: John Naylor <jonaylor89@gmail.com> Date: Sun, 2 Dec 2018 11:06:24 -0500 Request OSX privacy permissions Diffstat:
M | assets/osx/Alacritty.app/Contents/Info.plist | | | 18 | ++++++++++++++++++ |
1 file changed, 18 insertions(+), 0 deletions(-)
diff --git a/assets/osx/Alacritty.app/Contents/Info.plist b/assets/osx/Alacritty.app/Contents/Info.plist @@ -34,5 +34,23 @@ <string>Alacritty</string> <key>NSRequiresAquaSystemAppearance</key> <string>NO</string> + <key>NSAppleEventsUsageDescription</key> + <string>An application in Alacritty would like to access AppleScript.</string> + <key>NSCalendarsUsageDescription</key> + <string>An application in Alacritty would like to access calendar data.</string> + <key>NSCameraUsageDescription</key> + <string>An application in Alacritty would like to access the camera.</string> + <key>NSContactsUsageDescription</key> + <string>An application in Alacritty wants to access your contacts.</string> + <key>NSLocationAlwaysUsageDescription</key> + <string>An application in Alacritty would like to access your location information, even in the background.</string> + <key>NSLocationUsageDescription</key> + <string>An application in Alacritty would like to access your location information.</string> + <key>NSLocationWhenInUseUsageDescription</key> + <string>An application in Alacritty would like to access your location information while active.</string> + <key>NSMicrophoneUsageDescription</key> + <string>An application in Alacritty would like to access your microphone.</string> + <key>NSRemindersUsageDescription</key> + <string>An application in Alacritty would like to access your reminders.</string> </dict> </plist>