diff --git a/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist b/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
index bb0cef6..dc7b285 100755
--- a/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
+++ b/EFI/OC/Kexts/AirportItlwm.kext/Contents/Info.plist
@@ -17,13 +17,13 @@
CFBundlePackageType
KEXT
CFBundleShortVersionString
- 2.2.0
+ 2.3.0
CFBundleSupportedPlatforms
MacOSX
CFBundleVersion
- 2.2.0
+ 2.3.0
DTCompiler
com.apple.compilers.llvm.clang.1_0
DTPlatformBuild
@@ -40,18 +40,33 @@
11E801a
IOKitPersonalities
- itlwm
+ NetworkController
CFBundleIdentifier
com.zxystd.AirportItlwm
IOClass
AirportItlwm
IOMatchCategory
- IODefaultMatchCategory
+ WiFiDriver
+ IONetworkRootType
+ airport
+ IOProbeScore
+ 70000
+ IOProviderClass
+ IOPCIEDeviceWrapper
+ IOResourceMatch
+ IOBSD
+
+ itlwm
+
+ CFBundleIdentifier
+ com.zxystd.AirportItlwm
+ IOClass
+ IOPCIEDeviceWrapper
IOPCIMatch
- 0x27238086 0x43F08086 0xA0F08086 0x34F08086 0x4DF08086 0x02F08086 0x3DF08086 0x06F08086 0x27208086 0x08b18086 0x08b28086 0x08b38086 0x08b48086 0x095a8086 0x095b8086 0x31658086 0x31668086 0x24f38086 0x24f48086 0x24f58086 0x24f68086 0x24fb8086 0x24fd8086 0x25268086 0x9df08086 0xa3708086 0x31DC8086 0x30DC8086 0x271C8086 0x271B8086 0x42a48086 0x00a08086 0x00a48086 0x02a08086 0x40a48086 0x00608086 0x00648086 0x02608086 0x02648086 0x42298086 0x422b8086 0x422c8086 0x42308086 0x42328086 0x42358086 0x42368086 0x42378086 0x42388086 0x42398086 0x423a8086 0x423b8086 0x423c8086 0x423d8086 0x00828086 0x00838086 0x00848086 0x00858086 0x00878086 0x00898086 0x008a8086 0x008b8086 0x00908086 0x00918086 0x08928086 0x08938086 0x08948086 0x08958086 0x08968086 0x08978086 0x08ae8086 0x08af8086 0x088e8086 0x088f8086 0x08908086 0x08918086 0x08878086 0x08888086 0x27258086 0x27268086 0x7A708086 0x7AF08086 0x51F08086 0x54F08086 0x27298086 0x7E408086
+ 0x27238086 0x43F08086 0xA0F08086 0x34F08086 0x4DF08086 0x02F08086 0x3DF08086 0x06F08086 0x27208086 0x08b18086 0x08b28086 0x08b38086 0x08b48086 0x095a8086 0x095b8086 0x31658086 0x31668086 0x24f38086 0x24f48086 0x24f58086 0x24f68086 0x24fb8086 0x24fd8086 0x25268086 0x9df08086 0xa3708086 0x31DC8086 0x30DC8086 0x271C8086 0x271B8086 0x42a48086 0x00a08086 0x00a48086 0x02a08086 0x40a48086 0x00608086 0x00648086 0x02608086 0x02648086 0x42298086 0x422b8086 0x422c8086 0x42308086 0x42328086 0x42358086 0x42368086 0x42378086 0x42388086 0x42398086 0x423a8086 0x423b8086 0x423c8086 0x423d8086 0x00828086 0x00838086 0x00848086 0x00858086 0x00878086 0x00898086 0x008a8086 0x008b8086 0x00908086 0x00918086 0x08928086 0x08938086 0x08948086 0x08958086 0x08968086 0x08978086 0x08ae8086 0x08af8086 0x088e8086 0x088f8086 0x08908086 0x08918086 0x08878086 0x08888086 0x27258086 0x27268086 0x7A708086 0x7AF08086 0x51F08086 0x54F08086 0x27298086 0x7E408086 0x7F708086 0x51F18086
IOProbeScore
- 2000
+ 70000
IOProviderClass
IOPCIDevice
@@ -62,12 +77,16 @@
Copyright © 2020 钟先耀. All rights reserved.
OSBundleLibraries
- com.apple.iokit.IO80211FamilyLegacy
- 600.0
+ com.apple.driver.corecapture
+ 1.0.0
+ com.apple.iokit.IO80211Family
+ 1.5.0
com.apple.iokit.IONetworkingFamily
3.2
com.apple.iokit.IOPCIFamily
2.9
+ com.apple.iokit.IOSkywalkFamily
+ 1.0
com.apple.kpi.bsd
16.7
com.apple.kpi.iokit
diff --git a/EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm b/EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm
index 00d88d9..a20333e 100755
Binary files a/EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm and b/EFI/OC/Kexts/AirportItlwm.kext/Contents/MacOS/AirportItlwm differ
diff --git a/EFI/OC/config.plist b/EFI/OC/config.plist
old mode 100644
new mode 100755
index 492c49b..cf45f36
--- a/EFI/OC/config.plist
+++ b/EFI/OC/config.plist
@@ -306,24 +306,6 @@
PlistPath
Contents/Info.plist
-
- Arch
- Any
- BundlePath
- AirportItlwm.kext
- Comment
- V2.2.0
- Enabled
-
- ExecutablePath
- Contents/MacOS/AirportItlwm
- MaxKernel
-
- MinKernel
-
- PlistPath
- Contents/Info.plist
-
Arch
Any
@@ -576,6 +558,24 @@
PlistPath
Contents/Info.plist
+
+ Arch
+ Any
+ BundlePath
+ AirportItlwm.kext
+ Comment
+ V2.3.0
+ Enabled
+
+ ExecutablePath
+ Contents/MacOS/AirportItlwm
+ MaxKernel
+
+ MinKernel
+
+ PlistPath
+ Contents/Info.plist
+
Block
diff --git a/README.md b/README.md
index 5136bf6..6a33e23 100644
--- a/README.md
+++ b/README.md
@@ -13,9 +13,9 @@
## Software
-- **OS:** macOS Ventura 13.6.5
+- **OS:** macOS Ventura 14.5
- **Bootloader:** OpenCore 1.0.0
-- ❌ Not tested on macOS 14
+- If you are using macOS 13 or 14.0~14.3, [AirportItlwm](https://github.com/OpenIntelWireless/itlwm/releases) must be replaced with a appropriate version.
## What's working