Jump to content
2 posts in this topic

Recommended Posts

im trying to add custom patches to KextToPatch in Clover Configurator but i dont know how to.

 

for example, here is one im trying to add:

 

<dict>
                <key>Comment</key>
                <string>Change 15 port limit to 24 in XHCI kext 10.13 PB1</string>
                <key>Find</key>
                <data>
                g32MEA==
                </data>
                <key>Name</key>
                <string>AppleUSBXHCIPCI</string>
                <key>Replace</key>
                <data>
                g32MGw==
                </data>
            </dict>

 

How do i add that into KextToPatch?

 

-Sin

×
×
  • Create New...