Skip to content

Commit

Permalink
Update config for macOS 13 Ventura
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyasem committed Feb 14, 2024
1 parent 51a1907 commit 81650d6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions EFI/OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -820,49 +820,49 @@
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AirportItlwm_20.kext</string>
<string>AirportItlwm.kext</string>
<key>Comment</key>
<string>Intel Wireless</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportItlwm</string>
<key>MaxKernel</key>
<string>20.9.9</string>
<string>22.9.9</string>
<key>MinKernel</key>
<string>20.0.0</string>
<string>22.0.0</string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>AirportItlwm_22.kext</string>
<string>IntelBluetoothFirmware.kext</string>
<key>Comment</key>
<string>Intel Wireless</string>
<string>Intel bluetooth driver</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/AirportItlwm</string>
<string>Contents/MacOS/IntelBluetoothFirmware</string>
<key>MaxKernel</key>
<string>22.9.9</string>
<string></string>
<key>MinKernel</key>
<string>22.0.0</string>
<string></string>
<key>PlistPath</key>
<string>Contents/Info.plist</string>
</dict>
<dict>
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>IntelBluetoothFirmware.kext</string>
<string>IntelBTPatcher.kext</string>
<key>Comment</key>
<string>Intel bluetooth driver</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string>Contents/MacOS/IntelBluetoothFirmware</string>
<string>Contents/MacOS/IntelBTPatcher</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand All @@ -874,13 +874,13 @@
<key>Arch</key>
<string>Any</string>
<key>BundlePath</key>
<string>IntelBluetoothInjector.kext</string>
<string>BlueToolFixup.kext</string>
<key>Comment</key>
<string>Intel bluetooth driver</string>
<key>Enabled</key>
<true/>
<key>ExecutablePath</key>
<string></string>
<string>Contents/MacOS/BlueToolFixup</string>
<key>MaxKernel</key>
<string></string>
<key>MinKernel</key>
Expand Down

0 comments on commit 81650d6

Please sign in to comment.