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>IONetworkingFamily</string>
9	<key>CFBundleIdentifier</key>
10	<string>com.apple.iokit.IONetworkingFamily</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundleName</key>
14	<string>I/O Kit Networking Family</string>
15	<key>CFBundlePackageType</key>
16	<string>KEXT</string>
17	<key>CFBundleShortVersionString</key>
18	<string>3.2</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>3.2</string>
23	<key>IOKitPersonalities</key>
24	<dict>
25		<key>IONetworkStack</key>
26		<dict>
27			<key>CFBundleIdentifier</key>
28			<string>com.apple.iokit.IONetworkingFamily</string>
29			<key>IOClass</key>
30			<string>IONetworkStack</string>
31			<key>IOMatchCategory</key>
32			<string>IONetworkStack</string>
33			<key>IOProviderClass</key>
34			<string>IOResources</string>
35			<key>IOResourceMatch</key>
36			<string>IOBSD</string>
37		</dict>
38		<key>Kernel Debugging Driver</key>
39		<dict>
40			<key>CFBundleIdentifier</key>
41			<string>com.apple.iokit.IONetworkingFamily</string>
42			<key>IOClass</key>
43			<string>IOKDP</string>
44			<key>IOMatchCategory</key>
45			<string>IOKDP</string>
46			<key>IOProviderClass</key>
47			<string>IOKernelDebugger</string>
48		</dict>
49	</dict>
50	<key>NSHumanReadableCopyright</key>
51	<string>Copyright © 2000-2013 Apple Inc. All rights reserved.</string>
52	<key>OSBundleCompatibleVersion</key>
53	<string>1.0.0b1</string>
54	<key>OSBundleLibraries</key>
55	<dict>
56		<key>com.apple.kpi.bsd</key>
57		<string>10.0.0d1</string>
58		<key>com.apple.kpi.iokit</key>
59		<string>10.0.0d1</string>
60		<key>com.apple.kpi.libkern</key>
61		<string>10.0.0d1</string>
62		<key>com.apple.kpi.mach</key>
63		<string>10.0.0d1</string>
64		<key>com.apple.kpi.private</key>
65		<string>10.0.0d1</string>
66		<key>com.apple.kpi.unsupported</key>
67		<string>10.0.0d1</string>
68	</dict>
69	<key>OSBundleRequired</key>
70	<string>Network-Root</string>
71</dict>
72</plist>
73