Skip to content

Commit

Permalink
Fix BT5.2 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialSayuki committed Dec 17, 2022
1 parent c827dad commit c0c65c5
Showing 1 changed file with 24 additions and 6 deletions.
30 changes: 24 additions & 6 deletions opencore_EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -945,7 +945,7 @@
<key>BundlePath</key>
<string>IntelBluetoothInjector.kext</string>
<key>Comment</key>
<string>V2.2.0 | IntelAC9560-BlueTooth</string>
<string>V2.2.0 | Intel-BlueTooth</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand All @@ -963,7 +963,7 @@
<key>BundlePath</key>
<string>IntelBluetoothFirmware.kext</string>
<key>Comment</key>
<string>V2.2.0 | IntelAC9560-BlueTooth</string>
<string>V2.2.0 | Intel-BlueTooth</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand All @@ -975,13 +975,31 @@
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>IntelBTPatcher.kext</string>
<key>Comment</key>
<string>V2.2.0 | Intel-BlueTooth</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelBTPatcher</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>x86_64</string>
<key>BundlePath</key>
<string>AirportItlwm-Catalina.kext</string>
<key>Comment</key>
<string>V2.2.0 | IntelAC9560-WiFi</string>
<string>V2.2.0 | Intel-WiFi</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand All @@ -999,7 +1017,7 @@
<key>BundlePath</key>
<string>AirportItlwm-BigSur.kext</string>
<key>Comment</key>
<string>V2.2.0 | IntelAC9560-WiFi</string>
<string>V2.2.0 | Intel-WiFi</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand All @@ -1017,7 +1035,7 @@
<key>BundlePath</key>
<string>AirportItlwm-Monterey.kext</string>
<key>Comment</key>
<string>V2.2.0 | IntelAC9560-WiFi</string>
<string>V2.2.0 | Intel-WiFi</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand All @@ -1035,7 +1053,7 @@
<key>BundlePath</key>
<string>AirportItlwm-Ventura.kext</string>
<key>Comment</key>
<string>V2.2.0 | IntelAC9560-WiFi</string>
<string>V2.2.0 | Intel-WiFi</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
Expand Down

0 comments on commit c0c65c5

Please sign in to comment.