]>
Commit | Line | Data |
---|---|---|
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 | <!-- This is a dummy driver which binds to Proxmark. It --> | |
4 | <!-- contains no actual code; its only purpose is to --> | |
5 | <!-- prevent Apple's USBHID driver from exclusively --> | |
6 | <!-- opening the device. --> | |
7 | <plist version="1.0"> | |
8 | <dict> | |
9 | <key>CFBundleDevelopmentRegion</key> | |
10 | <string>English</string> | |
11 | <key>CFBundleIconFile</key> | |
12 | <string></string> | |
13 | <key>CFBundleIdentifier</key> | |
14 | <string>com.proxmark.driver.dummy</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>1.0.0d2</string> | |
23 | <key>IOKitPersonalities</key> | |
24 | <dict> | |
25 | <!-- The Proxmark3 USB interface --> | |
26 | <key>Proxmark3</key> | |
27 | <dict> | |
28 | <key>CFBundleIdentifier</key> | |
29 | <string>com.apple.kpi.iokit</string> | |
30 | <key>IOClass</key> | |
31 | <string>IOService</string> | |
32 | <key>IOProviderClass</key> | |
33 | <string>IOUSBInterface</string> | |
34 | <key>bConfigurationValue</key> | |
35 | <integer>1</integer> | |
36 | <key>bInterfaceNumber</key> | |
37 | <integer>0</integer> | |
38 | <key>idProduct</key> | |
39 | <integer>19343</integer> | |
40 | <key>idVendor</key> | |
41 | <integer>39620</integer> | |
42 | </dict> | |
43 | </dict> | |
44 | <key>OSBundleLibraries</key> | |
45 | <dict> | |
46 | <key>com.apple.iokit.IOUSBFamily</key> | |
47 | <string>1.8</string> | |
48 | </dict> | |
49 | </dict> | |
50 | </plist> |