1 <?xml version="1.0" encoding="UTF-8"?> 2 <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> 3 <plist version="1.0"> 4 <dict> 5 <key>CFBundleDevelopmentRegion</key> 6 <string>English</string> 7 <key>CFBundleExecutable</key> 8 <string>X11</string> 9 <key>CFBundleGetInfoString</key> 10 <string>BUNDLE_ID_PREFIX.X11</string> 11 <key>CFBundleIconFile</key> 12 <string>X11.icns</string> 13 <key>CFBundleIdentifier</key> 14 <string>BUNDLE_ID_PREFIX.X11</string> 15 <key>CFBundleInfoDictionaryVersion</key> 16 <string>6.0</string> 17 <key>CFBundleName</key> 18 <string>APPLE_APPLICATION_NAME</string> 19 <key>CFBundlePackageType</key> 20 <string>APPL</string> 21 <key>CFBundleShortVersionString</key> 22 <string>BUNDLE_VERSION_STRING</string> 23 <key>CFBundleVersion</key> 24 <string>BUNDLE_VERSION</string> 25 <key>CFBundleSignature</key> 26 <string>x11a</string> 27 <key>CSResourcesFileMapped</key> 28 <true/> 29 <key>NSSupportsAutomaticGraphicsSwitching</key> 30 <true/> 31 #ifdef XQUARTZ_SPARKLE 32 <key>SUEnableAutomaticChecks</key> 33 <true/> 34 <key>SUPublicDSAKeyFile</key> 35 <string>sparkle.pem</string> 36 <key>SUFeedURL</key> 37 <string>XQUARTZ_SPARKLE_FEED_URL</string> 38 #endif 39 <key>LSApplicationCategoryType</key> 40 <string>public.app-category.utilities</string> 41 <key>NSHumanReadableCopyright</key> 42 <string>© 2003-2021 Apple Inc. 43 © 2003 XFree86 Project, Inc. 44 © 2003-2021 X.org Foundation, Inc. 45 </string> 46 <key>NSMainNibFile</key> 47 <string>main</string> 48 <key>NSPrincipalClass</key> 49 <string>X11Application</string> 50 </dict> 51 </plist> 52