ThunderboltReset icon indicating copy to clipboard operation
ThunderboltReset copied to clipboard

IOKitPersonalities of Info.plist in release-package are b0rked

Open benbender opened this issue 4 years ago • 0 comments

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

benbender avatar Aug 21 '20 16:08 benbender