Skip to content

Commit

Permalink
Update to USBInjectAll.kext 0.7.6 to add iMac20,1 and iMac20,2 USB-su…
Browse files Browse the repository at this point in the history
…pport
  • Loading branch information
SchmockLord committed Sep 13, 2020
1 parent a77d643 commit 2ca7b77
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 8 deletions.
74 changes: 66 additions & 8 deletions EFI/OC/Kexts/USBInjectAll.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<plist version="1.0">
<dict>
<key>BuildMachineOSBuild</key>
<string>19F101</string>
<string>20A5364e</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
<string>USBInjectAll</string>
<key>CFBundleGetInfoString</key>
<string>0.7.5 Copyright © 2015 RehabMan. All rights reserved.</string>
<string>0.7.6 Copyright © 2015 RehabMan. All rights reserved.</string>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>CFBundleInfoDictionaryVersion</key>
Expand All @@ -19,29 +19,29 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>0.7.5</string>
<string>0.7.6</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>0.7.5</string>
<string>0.7.6</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
<string>11E608c</string>
<string>11E801a</string>
<key>DTPlatformVersion</key>
<string>GM</string>
<key>DTSDKBuild</key>
<string>19E258</string>
<string>19G68</string>
<key>DTSDKName</key>
<string>macosx10.15</string>
<key>DTXcode</key>
<string>1150</string>
<string>1170</string>
<key>DTXcodeBuild</key>
<string>11E608c</string>
<string>11E801a</string>
<key>IOKitPersonalities</key>
<dict>
<key>ConfigurationData</key>
Expand Down Expand Up @@ -6483,6 +6483,64 @@
<key>model</key>
<string>iMac19,2</string>
</dict>
<key>iMac20,1-ABPC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IOProviderClass</key>
<string>AppleBusPowerController</string>
<key>kName</key>
<string>AppleBusPowerController</string>
<key>model</key>
<string>iMac20,1</string>
</dict>
<key>iMac20,1-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IONameMatch</key>
<array>
<string>XHC</string>
<string>XHCI</string>
</array>
<key>IOProviderClass</key>
<string>AppleUSBXHCIPCI</string>
<key>model</key>
<string>iMac20,1</string>
</dict>
<key>iMac20,2-ABPC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IOProviderClass</key>
<string>AppleBusPowerController</string>
<key>kName</key>
<string>AppleBusPowerController</string>
<key>model</key>
<string>iMac20,2</string>
</dict>
<key>iMac20,2-XHC</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.rehabman.driver.USBInjectAll</string>
<key>IOClass</key>
<string>USBInjectAll</string>
<key>IONameMatch</key>
<array>
<string>XHC</string>
<string>XHCI</string>
</array>
<key>IOProviderClass</key>
<string>AppleUSBXHCIPCI</string>
<key>model</key>
<string>iMac20,2</string>
</dict>
<key>iMac4,1-ABPC</key>
<dict>
<key>CFBundleIdentifier</key>
Expand Down
Binary file modified EFI/OC/Kexts/USBInjectAll.kext/Contents/MacOS/USBInjectAll
Binary file not shown.

0 comments on commit 2ca7b77

Please sign in to comment.