1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>CFBundleExecutable</key>
8	<string>IOFireWireFamily</string>
9	<key>CFBundleGetInfoString</key>
10	<string>IOFireWireFamily version 4.5.6, Copyright © 2012-2014 Apple Inc. All rights reserved.</string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.iokit.IOFireWireFamily</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>IOFireWireFamily</string>
17	<key>CFBundlePackageType</key>
18	<string>KEXT</string>
19	<key>CFBundleShortVersionString</key>
20	<string>4.5.6</string>
21	<key>CFBundleSignature</key>
22	<string>????</string>
23	<key>CFBundleVersion</key>
24	<string>4.5.6</string>
25	<key>IOKitPersonalities</key>
26	<dict>
27		<key>IOFireWireUserClient</key>
28		<dict>
29			<key>CFBundleIdentifier</key>
30			<string>com.apple.iokit.IOFireWireFamily</string>
31			<key>IOClass</key>
32			<string>IOFireWireUserClientIniter</string>
33			<key>IOMatchCategory</key>
34			<string>IOFireWireUserClient</string>
35			<key>IOProviderClass</key>
36			<string>IOFireWireNub</string>
37			<key>IOProviderMergeProperties</key>
38			<dict>
39				<key>IOCFPlugInTypes</key>
40				<dict>
41					<key>CDCFCA94-F197-11D4-87E6-000502072F80</key>
42					<string>IOFireWireFamily.kext/Contents/PlugIns/IOFireWireLib.plugin</string>
43				</dict>
44				<key>IOUserClientClass</key>
45				<string>IOFireWireUserClient</string>
46			</dict>
47		</dict>
48	</dict>
49	<key>OSBundleCompatibleVersion</key>
50	<string>1.0.0</string>
51	<key>OSBundleLibraries</key>
52	<dict>
53		<key>com.apple.kernel.iokit</key>
54		<string>6.0</string>
55		<key>com.apple.kernel.libkern</key>
56		<string>6.0</string>
57	</dict>
58	<key>OSBundleRequired</key>
59	<string>Local-Root</string>
60</dict>
61</plist>
62