mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
Request OSX privacy permissions
This commit is contained in:
parent
742a6b48a1
commit
973db4845c
1 changed files with 18 additions and 0 deletions
|
@ -34,5 +34,23 @@
|
||||||
<string>Alacritty</string>
|
<string>Alacritty</string>
|
||||||
<key>NSRequiresAquaSystemAppearance</key>
|
<key>NSRequiresAquaSystemAppearance</key>
|
||||||
<string>NO</string>
|
<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>
|
</dict>
|
||||||
</plist>
|
</plist>
|
||||||
|
|
Loading…
Reference in a new issue