Sync OpenCorePkg

This commit is contained in:
Mykola Grymalyuk
2024-03-12 07:50:06 -06:00
parent 5a0c7679f7
commit 28f7f603b7
7 changed files with 4 additions and 1 deletions

View File

@@ -1,6 +1,8 @@
# OpenCore Legacy Patcher changelog
## 1.5.0
- Increment Binaries:
- OpenCorePkg 0.9.9 - release
## 1.4.2
- Resolve Auto-Join support for Modern Wireless on macOS 14.4

Binary file not shown.

View File

@@ -48,6 +48,7 @@ UNUSED_DRIVERS = [
"DnsDxe.efi",
"Dhcp4Dxe.efi",
"ArpDxe.efi",
"FirmwareSettingsEntry.efi",
]
UNUSED_TOOLS = [

Binary file not shown.

Binary file not shown.

View File

@@ -28,7 +28,7 @@ class Constants:
# OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg
self.opencore_version: str = "0.9.7"
self.opencore_version: str = "0.9.9"
# Kext Versioning
## Acidanthera