Info-MBChess.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleDocumentTypes</key>
	<array>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>game</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>chess.icns</string>
			<key>CFBundleTypeName</key>
			<string>game</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>cfen</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>Editor</string>
			<key>LSItemContentTypes</key>
			<array>
				<string>com.apple.chess.game</string>
			</array>
			<key>LSTypeIsPackage</key>
			<false/>
			<key>NSDocumentClass</key>
			<string>MBCDocument</string>
			<key>NSExportableAs</key>
			<array>
				<string>moves</string>
			</array>
			<key>NSExportableTypes</key>
			<array>
				<string>com.apple.chess.pgn</string>
			</array>
			<key>NSPersistentStoreTypeKey</key>
			<string>Binary</string>
		</dict>
		<dict>
			<key>CFBundleTypeExtensions</key>
			<array>
				<string>pgn</string>
			</array>
			<key>CFBundleTypeIconFile</key>
			<string>chess.icns</string>
			<key>CFBundleTypeName</key>
			<string>moves</string>
			<key>CFBundleTypeOSTypes</key>
			<array>
				<string>cpgn</string>
			</array>
			<key>CFBundleTypeRole</key>
			<string>None</string>
			<key>LSItemContentTypes</key>
			<array>
				<string>com.apple.chess.pgn</string>
			</array>
			<key>LSTypeIsPackage</key>
			<false/>
		</dict>
	</array>
	<key>CFBundleExecutable</key>
	<string>Chess</string>
	<key>CFBundleGetInfoString</key>
	<string>2.4.2, Copyright 2003-2009 Apple Inc.</string>
	<key>CFBundleHelpBookFolder</key>
	<string>Chess.help</string>
	<key>CFBundleHelpBookName</key>
	<string>com.apple.Chess.help</string>
	<key>CFBundleIconFile</key>
	<string>chess.icns</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.Chess</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>Chess</string>
	<key>CFBundlePackageType</key>
	<string>APPL</string>
	<key>CFBundleShortVersionString</key>
	<string>2.4.2</string>
	<key>CFBundleSignature</key>
	<string>mbch</string>
	<key>CFBundleVersion</key>
	<string>2.4.2</string>
	<key>NSHumanReadableCopyright</key>
	<string>Copyright 2003-2009 Apple Inc.</string>
	<key>NSMainNibFile</key>
	<string>MainMenu</string>
	<key>NSPrincipalClass</key>
	<string>NSApplication</string>
	<key>NSSupportsSuddenTermination</key>
	<true/>
	<key>UTExportedTypeDeclarations</key>
	<array>
		<dict>
			<key>UTTypeConformsTo</key>
			<array>
				<string>public.utf8-plain-text</string>
			</array>
			<key>UTTypeIdentifier</key>
			<string>com.apple.chess.game</string>
			<key>UTTypeTagSpecification</key>
			<dict>
				<key>public.filename-extension</key>
				<string>game</string>
			</dict>
		</dict>
		<dict>
			<key>UTTypeConformsTo</key>
			<array>
				<string>public.utf8-plain-text</string>
			</array>
			<key>UTTypeIdentifier</key>
			<string>com.apple.chess.pgn</string>
			<key>UTTypeTagSpecification</key>
			<dict>
				<key>public.filename-extension</key>
				<string>pgn</string>
			</dict>
		</dict>
	</array>
</dict>
</plist>