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>AppleUSBCDCECMControl</string>
9	<key>CFBundleGetInfoString</key>
10	<string>$(COM_APPLE_CDC_DRIVER_LONG_VERSION)</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>com.apple.driver.AppleUSBCDCECMControl</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundleName</key>
18	<string>AppleUSBCDCECMControl</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>$(COM_APPLE_CDC_DRIVER_SHORT_VERSION)</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>$(COM_APPLE_CDC_DRIVER_LONG_VERSION)</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>AppleUSBCDCECMControl</key>
30		<dict>
31			<key>bInterfaceClass</key>
32			<integer>2</integer>
33			<key>bInterfaceSubClass</key>
34			<integer>6</integer>
35			<key>CFBundleIdentifier</key>
36			<string>com.apple.driver.AppleUSBCDCECMControl</string>
37			<key>IOClass</key>
38			<string>AppleUSBCDCECMControl</string>
39			<key>IOProviderClass</key>
40			<string>IOUSBInterface</string>
41		</dict>
42	</dict>
43	<key>OSBundleCompatibleVersion</key>
44	<string>1.8</string>
45	<key>OSBundleLibraries</key>
46	<dict>
47		<key>com.apple.iokit.IONetworkingFamily</key>
48		<string>1.7.0</string>
49		<key>com.apple.iokit.IOUSBFamily</key>
50		<string>3.5.0b1</string>
51		<key>com.apple.kpi.iokit</key>
52		<string>10.0.0d1</string>
53		<key>com.apple.kpi.libkern</key>
54		<string>10.0.0d1</string>
55	</dict>
56</dict>
57</plist>
58