| 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> <string>English</string> |
| 6 | <key>CFBundleIdentifier</key> <string>org.proxmark</string> |
| 7 | <key>CFBundleIconFile</key> <string></string> |
| 8 | <key>CFBundleInfoDictionaryVersion</key> <string>6.0</string> |
| 9 | <key>CFBundlePackageType</key> <string>KEXT</string> |
| 10 | <key>CFBundleSignature</key> <string>????</string> |
| 11 | <key>CFBundleVersion</key> <string>1.0.0</string> |
| 12 | <key>IOKitPersonalities</key> |
| 13 | <dict> |
| 14 | <key>Proxmark3</key> |
| 15 | <dict> |
| 16 | <key>CFBundleIdentifier</key><string>com.apple.kernel.iokit</string> |
| 17 | <key>IOClass</key><string>IOService</string> |
| 18 | <key>IOProviderClass</key><string>IOUSBInterface</string> |
| 19 | <key>bConfigurationValue</key> <integer>1</integer> |
| 20 | <key>bInterfaceNumber</key> <integer>0</integer> |
| 21 | <key>idProduct</key><integer>19343</integer> |
| 22 | <key>idVendor</key><integer>39620</integer> |
| 23 | </dict> |
| 24 | </dict> |
| 25 | <key>OSBundleLibraries</key> |
| 26 | <dict> |
| 27 | <key>com.apple.iokit.IOUSBFamily</key><string>1.8</string> |
| 28 | </dict> |
| 29 | </dict> |
| 30 | </plist> |