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>LAUNCHD_ID_PREFIX.X11</string>
11	<key>CFBundleIconFile</key>
12		<string>X11.icns</string>
13	<key>CFBundleIdentifier</key>
14		<string>LAUNCHD_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>2.6.4</string>
23	<key>CFBundleVersion</key>
24		<string>2.6.4</string>
25	<key>CFBundleSignature</key>
26		<string>x11a</string>
27	<key>CSResourcesFileMapped</key>
28		<true/>
29#ifdef XQUARTZ_SPARKLE
30	<key>SUEnableAutomaticChecks</key>
31		<true/>
32	<key>SUPublicDSAKeyFile</key>
33		<string>sparkle.pem</string>
34        <key>SUFeedURL</key>
35                <string>http://xquartz.macosforge.org/downloads/sparkle/release.xml</string>
36#endif
37	<key>LSApplicationCategoryType</key>
38		<string>public.app-category.utilities</string>
39	<key>NSHumanReadableCopyright</key>
40		<string2003-2012 Apple Inc.
41© 2003 XFree86 Project, Inc.
42© 2003-2012 X.org Foundation, Inc.
43</string>
44	<key>NSMainNibFile</key>
45		<string>main</string>
46	<key>NSPrincipalClass</key>
47		<string>X11Application</string>
48</dict>
49</plist>
50