rusty-bits / OC-tool

POSIX shell script that builds an OpenCore EFI folder from an OpenCore config.plist
GNU General Public License v3.0
214 stars 27 forks source link

Add support for BlueToolFixup kext off BrcmPatchRAM #67

Closed HQuest closed 3 years ago

HQuest commented 3 years ago

New on macOS12 Monterey Jack Cheese are modified functions on Bluetooth stack that BrcmBluetoothInjection is unable to fix (https://github.com/acidanthera/bugtracker/issues/1669). OC-tool can build the new BlueToolFixup.kext with the following addition to the git_repo.json file:

|BlueToolFixup.kext|buildScheme "BlueToolFixup" |BlueToolFixup.kext|parent "BrcmPatchRAM" |BlueToolFixup.kext|path ""

See https://github.com/acidanthera/BrcmPatchRAM#bluetoolfixupkext for more.

rusty-bits commented 3 years ago

Thank you for the info, I'll add it in when I get a bit of free time.

rusty-bits commented 3 years ago

All set, BlueToolFixup added to json + json.txt file Thank you