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>CFBundleIconFile</key>
8	<string></string>
9	<key>CFBundleIdentifier</key>
10	<string>com.apple.iokit.IOHIDSystem</string>
11	<key>CFBundleInfoDictionaryVersion</key>
12	<string>6.0</string>
13	<key>CFBundleName</key>
14	<string>I/O Kit HID System</string>
15	<key>CFBundlePackageType</key>
16	<string>KEXT</string>
17	<key>CFBundleShortVersionString</key>
18	<string>$(IOHIDFAMILY_VERSION)</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>$(IOHIDFAMILY_VERSION)</string>
23	<key>OSBundleCompatibleVersion</key>
24	<string>1.0.0b1</string>
25	<key>OSBundleLibraries</key>
26	<dict>
27		<key>com.apple.iokit.IOHIDFamily</key>
28		<string>1.5</string>
29		<key>com.apple.kpi.bsd</key>
30		<string>8.0.0b2</string>
31		<key>com.apple.kpi.private</key>
32		<string>8.0.0</string>
33		<key>com.apple.kpi.iokit</key>
34		<string>8.0.0b2</string>
35		<key>com.apple.kpi.libkern</key>
36		<string>8.0.0b2</string>
37		<key>com.apple.kpi.mach</key>
38		<string>8.0.0b2</string>
39		<key>com.apple.kpi.unsupported</key>
40		<string>8.0.0b2</string>
41	</dict>
42	<key>OSBundleRequired</key>
43	<string>Root</string>
44	<key>NSHumanReadableCopyright</key>
45	<string>$(IOHIDFAMILY_COPYRIGHT)</string>
46</dict>
47</plist>
48