]>
Commit | Line | Data |
---|---|---|
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>CFBundleIdentifier</key> | |
10 | <string>com.yourcompany.driver.${PRODUCT_NAME:identifier}</string> | |
11 | <key>CFBundleInfoDictionaryVersion</key> | |
12 | <string>6.0</string> | |
13 | <key>CFBundlePackageType</key> | |
14 | <string>KEXT</string> | |
15 | <key>CFBundleSignature</key> | |
16 | <string>????</string> | |
17 | <key>CFBundleVersion</key> | |
18 | <string>1.0.0d1</string> | |
19 | <key>IOKitPersonalities</key> | |
20 | <dict> | |
21 | <key>testvmx</key> | |
22 | <dict> | |
23 | <key>CFBundleIdentifier</key> | |
24 | <string>com.yourcompany.driver.${PRODUCT_NAME:identifier}</string> | |
25 | <key>IOClass</key> | |
26 | <string>testvmx</string> | |
27 | <key>IOMatchCategory</key> | |
28 | <string>testvmx</string> | |
29 | <key>IOProviderClass</key> | |
30 | <string>IOResources</string> | |
31 | <key>IOResourceMatch</key> | |
32 | <string>IOKit</string> | |
33 | </dict> | |
34 | </dict> | |
35 | <key>OSBundleLibraries</key> | |
36 | <dict> | |
37 | <key>com.apple.kpi.mach</key> | |
38 | <string>10.0.0d3</string> | |
39 | <key>com.apple.kpi.libkern</key> | |
40 | <string>10.0.0d3</string> | |
41 | <key>com.apple.kpi.iokit</key> | |
42 | <string>10.0.0d3</string> | |
43 | </dict> | |
44 | </dict> | |
45 | </plist> |