Add Trackpad fix for Ventura

Credit to IronApple for inital findings
This commit is contained in:
Mykola Grymalyuk
2022-06-09 12:12:20 -06:00
parent 1dd667df89
commit b0f2b00425
6 changed files with 73 additions and 0 deletions
+36
View File
@@ -1239,6 +1239,42 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AppleUSBMultitouch.kext</string>
<key>Comment</key>
<string>Trackpad support for 13.0+</string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleUSBMultitouch</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>22.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AppleUSBTopCase.kext</string>
<key>Comment</key>
<string>Trackpad support for 13.0+</string>
<key>Enabled</key>
<false/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AppleUSBTopCase</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string>22.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
</array>
<key>Block</key>
<array/>