]>
Commit | Line | Data |
---|---|---|
6d2010ae A |
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> | |
3e170ce0 A |
5 | <key>NSHumanReadableCopyright</key> |
6 | <string>Copyright © 2015 Apple Inc. All rights reserved.</string> | |
6d2010ae A |
7 | <key>CFBundleDevelopmentRegion</key> |
8 | <string>English</string> | |
9 | <key>CFBundleExecutable</key> | |
10 | <string>${EXECUTABLE_NAME}</string> | |
11 | <key>CFBundleIdentifier</key> | |
3e170ce0 | 12 | <string>com.apple.driver.${PRODUCT_NAME:rfc1034identifier}</string> |
6d2010ae A |
13 | <key>CFBundleInfoDictionaryVersion</key> |
14 | <string>6.0</string> | |
15 | <key>CFBundlePackageType</key> | |
16 | <string>KEXT</string> | |
17 | <key>CFBundleShortVersionString</key> | |
18 | <string>1.0</string> | |
19 | <key>CFBundleSignature</key> | |
20 | <string>????</string> | |
21 | <key>CFBundleVersion</key> | |
22 | <string>1</string> | |
23 | <key>IOKitPersonalities</key> | |
24 | <dict> | |
25 | <key>testthreadcall</key> | |
26 | <dict> | |
27 | <key>CFBundleIdentifier</key> | |
3e170ce0 | 28 | <string>com.apple.driver.${PRODUCT_NAME:identifier}</string> |
6d2010ae A |
29 | <key>IOClass</key> |
30 | <string>testthreadcall</string> | |
31 | <key>IOMatchCategory</key> | |
32 | <string>testthreadcall</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>11.0</string> | |
43 | <key>com.apple.kpi.libkern</key> | |
44 | <string>11.0</string> | |
45 | <key>com.apple.kpi.mach</key> | |
46 | <string>11.0</string> | |
3e170ce0 A |
47 | <key>com.apple.kpi.private</key> |
48 | <string>11.0</string> | |
6d2010ae A |
49 | </dict> |
50 | </dict> | |
51 | </plist> |