2007-02-26 17:06:53 -08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
|
<plist version="1.0">
|
|
|
|
|
<dict>
|
|
|
|
|
<key>CFBundleDevelopmentRegion</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>English</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleExecutable</key>
|
2008-12-17 13:54:53 -08:00
|
|
|
<string>X11</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleGetInfoString</key>
|
2011-04-24 21:35:04 -07:00
|
|
|
<string>BUNDLE_ID_PREFIX.X11</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleIconFile</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>X11.icns</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleIdentifier</key>
|
2011-04-24 21:35:04 -07:00
|
|
|
<string>BUNDLE_ID_PREFIX.X11</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>6.0</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleName</key>
|
2008-12-08 21:00:11 -08:00
|
|
|
<string>APPLE_APPLICATION_NAME</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundlePackageType</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>APPL</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleShortVersionString</key>
|
2016-05-03 23:42:34 -07:00
|
|
|
<string>BUNDLE_VERSION_STRING</string>
|
2008-05-12 10:36:44 -07:00
|
|
|
<key>CFBundleVersion</key>
|
2016-05-03 23:42:34 -07:00
|
|
|
<string>BUNDLE_VERSION</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CFBundleSignature</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>x11a</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>CSResourcesFileMapped</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<true/>
|
2012-11-17 11:52:10 -05:00
|
|
|
<key>NSSupportsAutomaticGraphicsSwitching</key>
|
|
|
|
|
<true/>
|
2022-06-26 10:31:54 -07:00
|
|
|
|
|
|
|
|
<!-- 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>
|
|
|
|
|
|
2009-07-18 15:51:29 -07:00
|
|
|
#ifdef XQUARTZ_SPARKLE
|
|
|
|
|
<key>SUEnableAutomaticChecks</key>
|
|
|
|
|
<true/>
|
2022-06-19 19:55:44 -07:00
|
|
|
<key>SUPublicEDKey</key>
|
|
|
|
|
<string>XQUARTZ_SPARKLE_PUBLIC_EDKEY</string>
|
2009-07-18 15:51:29 -07:00
|
|
|
<key>SUFeedURL</key>
|
2016-05-03 23:21:38 -07:00
|
|
|
<string>XQUARTZ_SPARKLE_FEED_URL</string>
|
2009-07-18 15:51:29 -07:00
|
|
|
#endif
|
2011-02-24 19:18:35 -08:00
|
|
|
<key>LSApplicationCategoryType</key>
|
|
|
|
|
<string>public.app-category.utilities</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>NSHumanReadableCopyright</key>
|
2023-01-17 07:33:19 -08:00
|
|
|
<string>© 2003-2023 Apple Inc.
|
2009-02-12 15:33:47 -08:00
|
|
|
© 2003 XFree86 Project, Inc.
|
2023-01-17 07:33:19 -08:00
|
|
|
© 2003-2023 X.org Foundation, Inc.
|
2007-12-08 00:13:47 -08:00
|
|
|
</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>NSMainNibFile</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>main</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
<key>NSPrincipalClass</key>
|
2007-12-08 00:13:47 -08:00
|
|
|
<string>X11Application</string>
|
2007-02-26 17:06:53 -08:00
|
|
|
</dict>
|
|
|
|
|
</plist>
|