1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple//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>CFBundleDocumentTypes</key>
8	<array>
9		<dict>
10			<key>CFBundleTypeExtensions</key>
11			<array>
12				<string>game</string>
13			</array>
14			<key>CFBundleTypeIconFile</key>
15			<string>chess.icns</string>
16			<key>CFBundleTypeName</key>
17			<string>game</string>
18			<key>CFBundleTypeOSTypes</key>
19			<array>
20				<string>cfen</string>
21			</array>
22			<key>CFBundleTypeRole</key>
23			<string>Editor</string>
24			<key>LSItemContentTypes</key>
25			<array>
26				<string>com.apple.chess.game</string>
27			</array>
28			<key>LSTypeIsPackage</key>
29			<false/>
30			<key>NSDocumentClass</key>
31			<string>MBCDocument</string>
32			<key>NSExportableAs</key>
33			<array>
34				<string>moves</string>
35			</array>
36			<key>NSExportableTypes</key>
37			<array>
38				<string>com.apple.chess.pgn</string>
39			</array>
40			<key>NSPersistentStoreTypeKey</key>
41			<string>Binary</string>
42		</dict>
43		<dict>
44			<key>CFBundleTypeExtensions</key>
45			<array>
46				<string>pgn</string>
47			</array>
48			<key>CFBundleTypeIconFile</key>
49			<string>chess.icns</string>
50			<key>CFBundleTypeName</key>
51			<string>moves</string>
52			<key>CFBundleTypeOSTypes</key>
53			<array>
54				<string>cpgn</string>
55			</array>
56			<key>CFBundleTypeRole</key>
57			<string>None</string>
58			<key>LSItemContentTypes</key>
59			<array>
60				<string>com.apple.chess.pgn</string>
61			</array>
62			<key>LSTypeIsPackage</key>
63			<false/>
64		</dict>
65	</array>
66	<key>CFBundleExecutable</key>
67	<string>Chess Tuner</string>
68	<key>CFBundleGetInfoString</key>
69	<string>2.4.3, Copyright 2003-2010 Apple Inc.</string>
70	<key>CFBundleHelpBookFolder</key>
71	<string>Chess.help</string>
72	<key>CFBundleHelpBookName</key>
73	<string>com.apple.Chess.help</string>
74	<key>CFBundleIconFile</key>
75	<string>chess.icns</string>
76	<key>CFBundleIdentifier</key>
77	<string>com.apple.Chess</string>
78	<key>CFBundleInfoDictionaryVersion</key>
79	<string>6.0</string>
80	<key>CFBundleName</key>
81	<string>Chess</string>
82	<key>CFBundlePackageType</key>
83	<string>APPL</string>
84	<key>CFBundleShortVersionString</key>
85	<string>2.4.3</string>
86	<key>CFBundleSignature</key>
87	<string>mbch</string>
88	<key>CFBundleVersion</key>
89	<string>2.4.3</string>
90	<key>NSHumanReadableCopyright</key>
91	<string>Copyright 2003-2010 Apple Inc.</string>
92	<key>NSMainNibFile</key>
93	<string>MainMenu</string>
94	<key>NSPrincipalClass</key>
95	<string>NSApplication</string>
96	<key>NSSupportsSuddenTermination</key>
97	<true/>
98	<key>UTExportedTypeDeclarations</key>
99	<array>
100		<dict>
101			<key>UTTypeConformsTo</key>
102			<array>
103				<string>public.utf8-plain-text</string>
104			</array>
105			<key>UTTypeIdentifier</key>
106			<string>com.apple.chess.game</string>
107			<key>UTTypeTagSpecification</key>
108			<dict>
109				<key>public.filename-extension</key>
110				<string>game</string>
111			</dict>
112		</dict>
113		<dict>
114			<key>UTTypeConformsTo</key>
115			<array>
116				<string>public.utf8-plain-text</string>
117			</array>
118			<key>UTTypeIdentifier</key>
119			<string>com.apple.chess.pgn</string>
120			<key>UTTypeTagSpecification</key>
121			<dict>
122				<key>public.filename-extension</key>
123				<string>pgn</string>
124			</dict>
125		</dict>
126	</array>
127</dict>
128</plist>
129