Skip to content
Snippets Groups Projects
Commit 9ce72648 authored by Jeremy Huddleston Sequoia's avatar Jeremy Huddleston Sequoia
Browse files

XQuartz: Add TCC reason keys to Info.plist

parent b00cf4ae
No related branches found
No related tags found
No related merge requests found
......@@ -28,6 +28,31 @@
<true/>
<key>NSSupportsAutomaticGraphicsSwitching</key>
<true/>
<!-- Add generic usage descriptions for TCC
https://github.com/XQuartz/XQuartz/issues/245
-->
<key>NSAppleEventsUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants to use AppleScript.</string>
<key>NSCalendarsUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your calendar data.</string>
<key>NSCameraUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your camera.</string>
<key>NSContactsUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your contacts.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your location information, even when not in use.</string>
<key>NSLocationUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your location information.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your location information when in use.</string>
<key>NSMicrophoneUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your microphone.</string>
<key>NSRemindersUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants access to your reminders.</string>
<key>NSSystemAdministrationUsageDescription</key>
<string>A process launched by APPLE_APPLICATION_NAME wants admin privileges.</string>
#ifdef XQUARTZ_SPARKLE
<key>SUEnableAutomaticChecks</key>
<true/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment