misc.py: Add SPI top case patches

This commit is contained in:
Mykola Grymalyuk
2024-01-30 16:14:09 -07:00
parent 54b3e17d93
commit f29c629165
6 changed files with 57 additions and 1 deletions

View File

@@ -1799,6 +1799,42 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>Comment</key>
<string>AppleHSSPISupport - SPI Top Case Support</string>
<key>Enabled</key>
<false/>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.4.0</string>
<key>BundlePath</key>
<string>AppleHSSPISupport.kext</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleHSSPISupport</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>Comment</key>
<string>AppleHSSPIHIDDriver - SPI Top Case Support</string>
<key>Enabled</key>
<false/>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>23.4.0</string>
<key>BundlePath</key>
<string>AppleHSSPIHIDDriver.kext</string>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleHSSPIHIDDriver</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array>

Binary file not shown.

Binary file not shown.