Info.plist   [plain text]


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
<plist version="0.9">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleIdentifier</key>
	<string>com.apple.filesystems.hfs</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>6.0</string>
	<key>CFBundleName</key>
	<string>hfs</string>
	<key>CFBundlePackageType</key>
	<string>fs  </string>
	<key>CFBundleShortVersionString</key>
	<string>1.2</string>
	<key>CFBundleSignature</key>
	<string>????</string>
	<key>CFBundleVersion</key>
	<string>1.2</string>
	<key>FSMediaTypes</key>
	<dict>
		<key>Apple_HFS</key>
		<dict>
			<key>FSMediaProperties</key>
			<dict>
				<key>Content Hint</key>
				<string>Apple_HFS</string>
				<key>Leaf</key>
				<true/>
			</dict>
			<key>FSProbeArguments</key>
			<string>-p</string>
			<key>FSProbeExecutable</key>
			<string>../../hfs.util</string>
			<key>FSProbeOrder</key>
			<integer>1000</integer>
		</dict>
		<key>CD</key>
		<dict>
			<key>FSMediaProperties</key>
			<dict>
				<key>Content Hint</key>
				<string>CD_ROM_Mode_1</string>
				<key>Leaf</key>
				<true/>
			</dict>
			<key>FSProbeArguments</key>
			<string>-p</string>
			<key>FSProbeExecutable</key>
			<string>../../hfs.util</string>
			<key>FSProbeOrder</key>
			<integer>2000</integer>
		</dict>
		<key>Partitionless</key>
		<dict>
			<key>FSMediaProperties</key>
			<dict>
				<key>Leaf</key>
				<true/>
				<key>Whole</key>
				<true/>
			</dict>
			<key>FSProbeArguments</key>
			<string>-p</string>
			<key>FSProbeExecutable</key>
			<string>../../hfs.util</string>
			<key>FSProbeOrder</key>
			<integer>2000</integer>
		</dict>
	</dict>
	<key>FSPersonalities</key>
	<dict>
		<key>HFS</key>
		<dict>
			<key>FSFormatArguments</key>
			<string>-h</string>
			<key>FSFormatContentMask</key>
			<string>Apple_HFS</string>
			<key>FSFormatExecutable</key>
			<string>../../../../../../sbin/newfs_hfs</string>
			<key>FSFormatMinimumSize</key>
			<integer>0</integer>
			<key>FSMountArguments</key>
			<string></string>
			<key>FSMountExecutable</key>
			<string>../../../../../../sbin/mount_hfs</string>
			<key>FSName</key>
			<string>Mac OS Standard</string>
			<key>FSRepairArguments</key>
			<string>-y</string>
			<key>FSRepairExecutable</key>
			<string>../../../../../../sbin/fsck_hfs</string>
			<key>FSVerificationArguments</key>
			<string>-n</string>
			<key>FSVerificationExecutable</key>
			<string>../../../../../../sbin/fsck_hfs</string>
		</dict>
		<key>Journaled HFS+</key>
		<dict>
			<key>FSFormatArguments</key>
			<string>-J</string>
			<key>FSFormatContentMask</key>
			<string>Apple_HFS</string>
			<key>FSFormatExecutable</key>
			<string>../../../../../../sbin/newfs_hfs</string>
			<key>FSFormatMinimumSize</key>
			<integer>4194304</integer>
			<key>FSMountArguments</key>
			<string></string>
			<key>FSMountExecutable</key>
			<string>../../../../../../sbin/mount_hfs</string>
			<key>FSName</key>
			<string>Mac OS Extended (Journaled)</string>
			<key>FSRepairArguments</key>
			<string>-y</string>
			<key>FSRepairExecutable</key>
			<string>../../../../../../sbin/fsck_hfs</string>
			<key>FSVerificationArguments</key>
			<string>-fn</string>
			<key>FSVerificationExecutable</key>
			<string>../../../../../../sbin/fsck_hfs</string>
		</dict>
		<key>HFS+</key>
		<dict>
			<key>FSFormatArguments</key>
			<string>-w</string>
			<key>FSFormatContentMask</key>
			<string>Apple_HFS</string>
			<key>FSFormatExecutable</key>
			<string>../../../../../../sbin/newfs_hfs</string>
			<key>FSFormatMinimumSize</key>
			<integer>4194304</integer>
			<key>FSMountArguments</key>
			<string></string>
			<key>FSMountExecutable</key>
			<string>../../../../../../sbin/mount_hfs</string>
			<key>FSName</key>
			<string>Mac OS Extended</string>
			<key>FSRepairArguments</key>
			<string>-y</string>
			<key>FSRepairExecutable</key>
			<string>../../../../../../sbin/fsck_hfs</string>
			<key>FSVerificationArguments</key>
			<string>-fn</string>
			<key>FSVerificationExecutable</key>
			<string>../../../../../../sbin/fsck_hfs</string>
		</dict>
	</dict>
</dict>
</plist>