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>Game.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>Moves.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</string>
68	<key>CFBundleGetInfoString</key>
69	<string>3.0, Copyright 2003-2012 Apple Inc.</string>
70	<key>MBCBuildTag</key>
71	<string>Chess-300.21</string>
72	<key>CFBundleHelpBookFolder</key>
73	<string>Chess.help</string>
74	<key>CFBundleHelpBookName</key>
75	<string>com.apple.Chess.help</string>
76	<key>CFBundleIconFile</key>
77	<string>Chess.icns</string>
78	<key>CFBundleIdentifier</key>
79	<string>com.apple.Chess</string>
80	<key>CFBundleInfoDictionaryVersion</key>
81	<string>6.0</string>
82	<key>CFBundleName</key>
83	<string>Chess</string>
84	<key>CFBundlePackageType</key>
85	<string>APPL</string>
86	<key>CFBundleShortVersionString</key>
87	<string>3.0</string>
88	<key>CFBundleSignature</key>
89	<string>mbch</string>
90	<key>CFBundleURLTypes</key>
91	<array/>
92	<key>CFBundleVersion</key>
93	<string>3.0</string>
94	<key>LSApplicationCategoryType</key>
95	<string>public.app-category.board-games</string>
96	<key>LSHasLocalizedDisplayName</key>
97	<true/>
98	<key>LSMinimumSystemVersion</key>
99	<string>10.7.0</string>
100	<key>NSHumanReadableCopyright</key>
101	<string>Copyright 2003-2012 Apple Inc.</string>
102	<key>NSMainNibFile</key>
103	<string>MainMenu</string>
104	<key>NSPrincipalClass</key>
105	<string>NSApplication</string>
106	<key>NSServices</key>
107	<array/>
108	<key>NSSupportsSuddenTermination</key>
109	<true/>
110	<key>UTExportedTypeDeclarations</key>
111	<array>
112		<dict>
113			<key>UTTypeConformsTo</key>
114			<array>
115				<string>public.utf8-plain-text</string>
116			</array>
117			<key>UTTypeIdentifier</key>
118			<string>com.apple.chess.game</string>
119			<key>UTTypeTagSpecification</key>
120			<dict>
121				<key>public.filename-extension</key>
122				<string>game</string>
123			</dict>
124		</dict>
125		<dict>
126			<key>UTTypeConformsTo</key>
127			<array>
128				<string>public.utf8-plain-text</string>
129			</array>
130			<key>UTTypeIdentifier</key>
131			<string>com.apple.chess.pgn</string>
132			<key>UTTypeTagSpecification</key>
133			<dict>
134				<key>public.filename-extension</key>
135				<string>pgn</string>
136			</dict>
137		</dict>
138	</array>
139	<key>UTImportedTypeDeclarations</key>
140	<array/>
141</dict>
142</plist>
143