diff options
author | John Naylor <jonaylor89@gmail.com> | 2018-12-02 11:06:24 -0500 |
---|---|---|
committer | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-12-02 16:06:24 +0000 |
commit | 973db4845c1430dc490c3a952a16d79adac4aac4 (patch) | |
tree | 185bef45b0ef1c71a6d05ad7c1fb5a8796d6a9ce | |
parent | 742a6b48a196cabf65354862548c07d057a28d55 (diff) | |
download | alacritty-973db4845c1430dc490c3a952a16d79adac4aac4.tar.gz alacritty-973db4845c1430dc490c3a952a16d79adac4aac4.zip |
Request OSX privacy permissions
-rw-r--r-- | assets/osx/Alacritty.app/Contents/Info.plist | 18 |
1 files changed, 18 insertions, 0 deletions
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 @@ <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> |