ThunderboltReset
ThunderboltReset copied to clipboard
IOKitPersonalities of Info.plist in release-package are b0rked
Hey, no clue how that happened, but the Info.plist of the release-download is broken. It has the following under IOKitPersonalities:
<key>Polaris22Fixup</key>
<dict>
<key>CFBundleIdentifier</key>
<string>com.osy86.ThunderboltReset</string>
<key>IOClass</key>
<string>ThunderboltReset</string>
<key>IOMatchCategory</key>
<string>ThunderboltReset</string>
<key>IOProviderClass</key>
<string>IOResources</string>
<key>IOResourceMatch</key>
<string>IOKit</string>
</dict>
Therefor the prebuilt Kext cannot work. I rebuilded the kext from source and it worked flawlessly. Thank you!
In the meantime, here is my build for those in need: ThunderboltReset.kext.zip