https://github.com/USBToolBox/kext/releases/tag/1.1.1 USBToolBox.kext UTBDefault.kext
48 lines
1.3 KiB
Plaintext
48 lines
1.3 KiB
Plaintext
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>CFBundleDevelopmentRegion</key>
|
|
<string>English</string>
|
|
<key>CFBundleGetInfoString</key>
|
|
<string>v1.0</string>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.dhinakg.USBToolBox.injector</string>
|
|
<key>CFBundleInfoDictionaryVersion</key>
|
|
<string>6.0</string>
|
|
<key>CFBundleName</key>
|
|
<string>UTBMap</string>
|
|
<key>CFBundlePackageType</key>
|
|
<string>KEXT</string>
|
|
<key>CFBundleShortVersionString</key>
|
|
<string>1.0</string>
|
|
<key>CFBundleSignature</key>
|
|
<string>????</string>
|
|
<key>CFBundleVersion</key>
|
|
<string>1.0</string>
|
|
<key>IOKitPersonalities</key>
|
|
<dict>
|
|
<key>XHC1</key>
|
|
<dict>
|
|
<key>CFBundleIdentifier</key>
|
|
<string>com.dhinakg.USBToolBox.kext</string>
|
|
<key>IOClass</key>
|
|
<string>USBToolBox</string>
|
|
<key>IOMatchCategory</key>
|
|
<string>USBToolBox</string>
|
|
<key>IOPCIClassMatch</key>
|
|
<string>0x0c030000&0xffff0000</string>
|
|
<key>IOProviderClass</key>
|
|
<string>IOPCIDevice</string>
|
|
</dict>
|
|
</dict>
|
|
<key>OSBundleLibraries</key>
|
|
<dict>
|
|
<key>com.dhinakg.USBToolBox.kext</key>
|
|
<string>1.0.0</string>
|
|
</dict>
|
|
<key>OSBundleRequired</key>
|
|
<string>Root</string>
|
|
</dict>
|
|
</plist>
|