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>${EXECUTABLE_NAME}</string>
9	<key>CFBundleName</key>
10	<string>${PRODUCT_NAME}</string>
11	<key>CFBundleIconFile</key>
12	<string></string>
13	<key>CFBundleIdentifier</key>
14	<string>${MODULE_NAME}</string>
15	<key>CFBundleInfoDictionaryVersion</key>
16	<string>6.0</string>
17	<key>CFBundlePackageType</key>
18	<string>KEXT</string>
19	<key>CFBundleSignature</key>
20	<string>????</string>
21	<key>CFBundleVersion</key>
22	<string>3.0.1</string>
23	<key>CFBundleShortVersionString</key>
24	<string>3.0.1</string>
25	<key>IOKitPersonalities</key>
26	<dict>
27		<key>AppleFileSystemDriver</key>
28		<dict>
29			<key>CFBundleIdentifier</key>
30			<string>${MODULE_NAME}</string>
31			<key>IOClass</key>
32			<string>AppleFileSystemDriver</string>
33			<key>IOMatchCategory</key>
34			<string>AppleFileSystemDriver</string>
35			<key>IOProviderClass</key>
36			<string>IOResources</string>
37			<key>IOResourceMatch</key>
38			<string>boot-uuid</string>
39			<key>media-match</key>
40			<dict>
41				<key>IOPropertyMatch</key>
42				<array>
43					<dict>
44						<key>Content Hint</key>
45						<string>48465300-0000-11AA-AA11-00306543ECAC</string>
46						<key>Leaf</key>
47						<true/>
48					</dict>
49					<dict>
50						<key>Content Hint</key>
51						<string>426F6F74-0000-11AA-AA11-00306543ECAC</string>
52						<key>Leaf</key>
53						<true/>
54					</dict>
55					<dict>
56						<key>Content Hint</key>
57						<string></string>
58						<key>RAID</key>
59						<true/>
60					</dict>
61					<dict>
62						<key>Content Hint</key>
63						<string>Apple_HFS</string>
64						<key>Leaf</key>
65						<true/>
66					</dict>
67					<dict>
68						<key>Content Hint</key>
69						<string>Apple_HFSX</string>
70						<key>Leaf</key>
71						<true/>
72					</dict>
73					<dict>
74						<key>Content Hint</key>
75						<string>Apple_Boot</string>
76						<key>Leaf</key>
77						<true/>
78					</dict>
79					<dict>
80						<key>Content Hint</key>
81						<string>5265636F-7665-11AA-AA11-00306543ECAC</string>
82						<key>Leaf</key>
83						<true/>
84					</dict>
85					<dict>
86						<key>Content Hint</key>
87						<string>Apple_Recovery</string>
88						<key>Leaf</key>
89						<true/>
90					</dict>
91				</array>
92			</dict>
93		</dict>
94	</dict>
95	<key>OSBundleRequired</key>
96	<string>Local-Root</string>
97	<key>OSBundleLibraries</key>
98	<dict>
99		<key>com.apple.kpi.libkern</key>
100		<string>10.0.0d1</string>
101		<key>com.apple.kpi.iokit</key>
102		<string>10.0.0d1</string>
103		<key>com.apple.iokit.IOStorageFamily</key>
104		<string>1.6</string>
105	</dict>
106</dict>
107</plist>
108