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>BootCache</string>
9	<key>CFBundleIconFile</key>
10	<string></string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.BootCache</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>BootCache</string>
17	<key>CFBundleGetInfoString</key>
18	<string>Copyright © 2001-2008 Apple Inc. All rights reserved.</string>
19	<key>CFBundlePackageType</key>
20	<string>KEXT</string>
21	<key>CFBundleShortVersionString</key>
22	<string>35</string>
23	<key>CFBundleSignature</key>
24	<string>????</string>
25	<key>CFBundleVersion</key>
26	<string>35</string>
27	<key>IOKitPersonalities</key>
28	<dict>
29		<key>BootCache</key>
30		<dict>
31			<key>CFBundleIdentifier</key>
32			<string>com.apple.BootCache</string>
33			<key>IOClass</key>
34			<string>com_apple_BootCache</string>
35			<key>IOMatchCategory</key>
36			<string>com_apple_BootCache</string>
37			<key>IOProviderClass</key>
38			<string>IOResources</string>
39			<key>IOResourceMatch</key>
40			<string>IOBSD</string>
41		</dict>
42	</dict>
43	<key>OSBundleLibraries</key>
44	<dict>
45		<key>com.apple.kpi.bsd</key>
46		<string>10.0.0d1</string>
47		<key>com.apple.kpi.iokit</key>
48		<string>10.0.0d1</string>
49		<key>com.apple.kpi.libkern</key>
50		<string>10.0.0d1</string>
51		<key>com.apple.kpi.mach</key>
52		<string>10.0.0d1</string>
53		<key>com.apple.kpi.private</key>
54		<string>10.0.0d1</string>
55		<key>com.apple.kpi.unsupported</key>
56		<string>10.0.0d1</string>
57	</dict>
58	<key>OSBundleRequired</key>
59	<string>Local-Root</string>
60</dict>
61</plist>
62