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>CFBundleExecutable</key>
8	<string>IOSerialFamily</string>
9	<key>CFBundleGetInfoString</key>
10	<string>Copyright © 1997-2010 Apple Inc. All rights reserved. IOKit Serial Port Family</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.iokit.IOSerialFamily</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>IOKit Serial Port Family</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>10.0.7</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>10.0.7</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>IOSerialBSDClient</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.iokit.IOSerialFamily</string>
33			<key>IOClass</key>
34			<string>IOSerialBSDClient</string>
35			<key>IOProbeScore</key>
36			<integer>1000</integer>
37			<key>IOProviderClass</key>
38			<string>IOSerialStream</string>
39			<key>IOResourceMatch</key>
40			<string>IOBSD</string>
41		</dict>
42		<key>IOSerialBSDClientSync</key>
43		<dict>
44			<key>CFBundleIdentifier</key>
45			<string>com.apple.iokit.IOSerialFamily</string>
46			<key>IOClass</key>
47			<string>IOSerialBSDClient</string>
48			<key>IOProbeScore</key>
49			<integer>1000</integer>
50			<key>IOProviderClass</key>
51			<string>IOSerialStreamSync</string>
52			<key>IOResourceMatch</key>
53			<string>IOBSD</string>
54		</dict>
55	</dict>
56	<key>OSBundleCompatibleVersion</key>
57	<string>1.0.4</string>
58	<key>OSBundleLibraries</key>
59	<dict>
60		<key>com.apple.kpi.bsd</key>
61		<string>10.0.0d2</string>
62		<key>com.apple.kpi.iokit</key>
63		<string>10.0.0d2</string>
64		<key>com.apple.kpi.libkern</key>
65		<string>10.0.0d2</string>
66		<key>com.apple.kpi.mach</key>
67		<string>10.0.0d2</string>
68		<key>com.apple.kpi.unsupported</key>
69		<string>10.0.0d2</string>
70		<key>com.apple.kpi.private</key>
71		<string>10.0.0d2</string>
72	</dict>
73</dict>
74</plist>
75