1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE plist PUBLIC "-//Apple Computer//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>${EXECUTABLE_NAME}</string>
9	<key>CFBundleIconFile</key>
10	<string></string>
11	<key>CFBundleIdentifier</key>
12	<string>com.apple.driver.dtraceDOF</string>
13	<key>CFBundleInfoDictionaryVersion</key>
14	<string>6.0</string>
15	<key>CFBundleName</key>
16	<string>${PRODUCT_NAME}</string>
17	<key>CFBundlePackageType</key>
18	<string>KEXT</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>1.0.0d1</string>
23	<key>IOKitPersonalities</key>
24	<dict>
25		<key>dtraceDOF</key>
26		<dict>
27			<key>CFBundleIdentifier</key>
28			<string>com.apple.driver.dtraceDOF</string>
29			<key>IOClass</key>
30			<string>com_apple_driver_dtraceDOF</string>
31			<key>IOMatchCategory</key>
32			<string>dtraceDOF</string>
33			<key>IOProviderClass</key>
34			<string>IOResources</string>
35			<key>IOResourceMatch</key>
36			<string>IOKit</string>
37		</dict>
38	</dict>
39	<key>OSBundleLibraries</key>
40	<dict>
41		<key>com.apple.kpi.iokit</key>
42		<string>9.0.0d1</string>
43		<key>com.apple.kpi.libkern</key>
44		<string>9.0.0d1</string>
45		<key>com.apple.kpi.mach</key>
46		<string>9.0.0d1</string>
47		<key>com.apple.kpi.unsupported</key>
48		<string>9.0.0d1</string>
49	</dict>
50	<key>OSBundleRequired</key>
51	<string>Root</string>
52</dict>
53</plist>
54