Sync OpenCorePkg

This commit is contained in:
Mykola Grymalyuk
2023-11-06 09:03:55 -07:00
parent 6e40a80650
commit 432736eb98
7 changed files with 8 additions and 5 deletions
+1
View File
@@ -33,6 +33,7 @@
- Resolve i210 NIC support for macOS Sonoma
- Increment Binaries:
- PatcherSupportPkg 1.4.5 - release
- OpenCorePkg 0.9.6 - release
## 1.1.0
- Resolve rendering issues on Intel Broadwell iGPUs
+6 -4
View File
@@ -284,6 +284,8 @@
<false/>
<key>EnableWriteUnprotector</key>
<false/>
<key>FixupAppleEfiImages</key>
<false/>
<key>ForceBooterSignature</key>
<true/>
<key>ForceExitBootServices</key>
@@ -2378,8 +2380,8 @@
<true/>
<key>HideAuxiliary</key>
<true/>
<!-- <key>InstanceIdentifier</key>
<string></string> -->
<key>InstanceIdentifier</key>
<string></string>
<key>LauncherPath</key>
<string>Default</string>
<key>LauncherOption</key>
@@ -3084,8 +3086,8 @@
<integer>-1</integer>
<key>ResizeUsePciRbIo</key>
<false/>
<!-- <key>ShimRetainProtocol</key>
<false/> -->
<key>ShimRetainProtocol</key>
<false/>
<key>TscSyncTimeout</key>
<integer>0</integer>
<key>UnblockFsConnect</key>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -28,7 +28,7 @@ class Constants:
# OpenCore Versioning
# https://github.com/acidanthera/OpenCorePkg
self.opencore_version: str = "0.9.3"
self.opencore_version: str = "0.9.6"
# Kext Versioning
## Acidanthera