Request OSX privacy permissions

This commit is contained in:
John Naylor 2018-12-02 11:06:24 -05:00 committed by Christian Duerr
parent 742a6b48a1
commit 973db4845c
1 changed files with 18 additions and 0 deletions

View File

@ -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>