Skip to content

Commit

Permalink
Update to OpenCore 0.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
shiruken committed Dec 19, 2023
1 parent bfde277 commit 2c1dda2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ocvalidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
- uses: actions/checkout@v3
- uses: brokeyourbike/[email protected]
with:
opencore-version: '0.9.6'
opencore-version: '0.9.7'
- run: ocvalidate EFI/OC/config.plist
4 changes: 2 additions & 2 deletions EFI/OC/Kexts/AppleALC.kext/Contents/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>KEXT</string>
<key>CFBundleShortVersionString</key>
<string>1.8.7</string>
<string>1.8.8</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>1.8.7</string>
<string>1.8.8</string>
<key>DTCompiler</key>
<string>com.apple.compilers.llvm.clang.1_0</string>
<key>DTPlatformBuild</key>
Expand Down
Binary file modified EFI/OC/Kexts/AppleALC.kext/Contents/MacOS/AppleALC
Binary file not shown.
Binary file modified EFI/OC/OpenCore.efi
Binary file not shown.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Hackintosh v3

[![OpenCore Version](https://img.shields.io/badge/OpenCore-0.9.6-blue)](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.6) [![macOS Version](https://img.shields.io/badge/macOS-14.1.2-blue)](https://support.apple.com/en-us/HT213895) [![ocvalidate status](https://img.shields.io/github/actions/workflow/status/shiruken/hackintosh/ocvalidate.yml?branch=master&label=ocvalidate)](https://github.com/shiruken/hackintosh/actions/workflows/ocvalidate.yml)
[![OpenCore Version](https://img.shields.io/badge/OpenCore-0.9.7-blue)](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.7) [![macOS Version](https://img.shields.io/badge/macOS-14.1.2-blue)](https://support.apple.com/en-us/HT213895) [![ocvalidate status](https://img.shields.io/github/actions/workflow/status/shiruken/hackintosh/ocvalidate.yml?branch=master&label=ocvalidate)](https://github.com/shiruken/hackintosh/actions/workflows/ocvalidate.yml)

Installation guide for my Hackintosh v3 build dual-booting macOS Sonoma and Windows 10. This build is based on [Dortania's OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/). The previous version of this guide using the Clover bootloader can be found [here](https://github.com/shiruken/hackintosh/tree/clover-final). The version numbers reported in this guide were the releases available at the time of installation and more than likely can be replaced with the latest iteration.

Expand Down Expand Up @@ -309,6 +309,7 @@ _All values are the average of three runs_

## Upgrade Log

* 2023-12-19: Updated to [OpenCore 0.9.7](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.7), and [AppleALC 1.8.8](https://github.com/acidanthera/AppleALC/releases/tag/1.8.8)
* 2023-12-02: Updated to macOS 14.1.2
* 2023-11-27: Updated to macOS 14.1.1, [OpenCore 0.9.6](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.6), and [AppleALC 1.8.7](https://github.com/acidanthera/AppleALC/releases/tag/1.8.7)
* 2023-11-02: Updated to macOS 14.1, [AppleALC 1.8.6](https://github.com/acidanthera/AppleALC/releases/tag/1.8.6), and [itlwm 2.3.0-alpha](https://github.com/OpenIntelWireless/itlwm/releases/tag/v2.3.0-alpha)
Expand Down

0 comments on commit 2c1dda2

Please sign in to comment.