mirror of
https://github.com/lzhoang2801/OpCore-Simplify.git
synced 2026-08-30 18:00:11 +08:00
Fix missing AirportItlwm kext for macOS Sequoia 15
This commit is contained in:
@@ -150,7 +150,9 @@ class gatheringFiles:
|
||||
|
||||
if product_name == "AirportItlwm":
|
||||
version = macos_version[:2]
|
||||
if self.utils.parse_darwin_version("23.4.0") <= self.utils.parse_darwin_version(macos_version):
|
||||
if self.utils.parse_darwin_version("24.0.0") <= self.utils.parse_darwin_version(macos_version):
|
||||
version = "22"
|
||||
elif self.utils.parse_darwin_version("23.4.0") <= self.utils.parse_darwin_version(macos_version):
|
||||
version = "23.4"
|
||||
elif self.utils.parse_darwin_version("23.0.0") <= self.utils.parse_darwin_version(macos_version):
|
||||
version = "23.0"
|
||||
|
||||
Reference in New Issue
Block a user