Info-cddafs_fs.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>CFBundleGetInfoString</key>
	<string>$CDDAFS_COPYRIGHT_INFO_STRING</string>
	<key>CFBundleIconFile</key>
	<string></string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.filesystems.util.cddafs</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>cddafs</string>
	<key>CFBundlePackageType</key>
	<string>fs  </string>
	<key>CFBundleShortVersionString</key>
	<string>$CDDAFS_VERSION</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>$CDDAFS_VERSION</string>
	<key>FSMediaTypes</key>
	<dict>
		<key>CD</key>
		<dict>
			<key>FSMediaProperties</key>
			<dict>
				<key>IOProviderClass</key>
				<string>IOCDMedia</string>
			</dict>
			<key>FSProbeArguments</key>
			<string>-p</string>
			<key>FSProbeExecutable</key>
			<string>cddafs.util</string>
			<key>FSProbeOrder</key>
			<integer>1000</integer>
		</dict>
	</dict>
	<key>FSPersonalities</key>
	<dict>
		<key>CD-DA</key>
		<dict>
			<key>FSMountArguments</key>
			<string></string>
			<key>FSMountExecutable</key>
			<string>mount_cddafs</string>
			<key>FSName</key>
			<string>CD Audio</string>
		</dict>
	</dict>
</dict>
</plist>