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.10, Copyright 2003-2013 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>3.10</string>
86	<key>CFBundleSignature</key>
87	<string>mbch</string>
88	<key>CFBundleVersion</key>
89	<string>3.10</string>
90	<key>LSApplicationCategoryType</key>
91	<string>public.app-category.board-games</string>
92	<key>LSHasLocalizedDisplayName</key>
93	<true/>
94	<key>LSMinimumSystemVersion</key>
95	<string>10.9.0</string>
96	<key>MBCBuildTag</key>
97	<string>Chess-310.5</string>
98	<key>NSHumanReadableCopyright</key>
99	<string>Copyright 2003-2013 Apple Inc.</string>
100	<key>NSMainNibFile</key>
101	<string>MainMenu</string>
102	<key>NSPrincipalClass</key>
103	<string>NSApplication</string>
104	<key>NSSupportsSuddenTermination</key>
105	<true/>
106	<key>UTExportedTypeDeclarations</key>
107	<array>
108		<dict>
109			<key>UTTypeConformsTo</key>
110			<array>
111				<string>public.utf8-plain-text</string>
112			</array>
113			<key>UTTypeIdentifier</key>
114			<string>com.apple.chess.game</string>
115			<key>UTTypeTagSpecification</key>
116			<dict>
117				<key>public.filename-extension</key>
118				<string>game</string>
119			</dict>
120		</dict>
121		<dict>
122			<key>UTTypeConformsTo</key>
123			<array>
124				<string>public.utf8-plain-text</string>
125			</array>
126			<key>UTTypeIdentifier</key>
127			<string>com.apple.chess.pgn</string>
128			<key>UTTypeTagSpecification</key>
129			<dict>
130				<key>public.filename-extension</key>
131				<string>pgn</string>
132			</dict>
133		</dict>
134	</array>
135</dict>
136</plist>
137