Skip to content

Commit

Permalink
feat: Update OpenCore to 0.9.3, macOS to 13.4 (22F66) (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
vovinacci authored Jun 12, 2023
1 parent 774c4c0 commit f1daeb8
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 11 deletions.
4 changes: 4 additions & 0 deletions OC/config.plist
Original file line number Diff line number Diff line change
Expand Up @@ -1609,6 +1609,8 @@
<dict>
<key>ClearScreenOnModeSwitch</key>
<false/>
<key>ConsoleFont</key>
<string>TerminusCore</string>
<key>ConsoleMode</key>
<string></string>
<key>DirectGopRendering</key>
Expand Down Expand Up @@ -1678,6 +1680,8 @@
<true/>
<key>OSInfo</key>
<false/>
<key>PciIo</key>
<false/>
<key>UnicodeCollation</key>
<false/>
</dict>
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ Other accessories:

## macOS

macOS Ventura version 13.3.1 (22E261) with FileVault 2 enabled.
macOS Ventura version 13.4 (22F66) with FileVault 2 enabled.

You may find great installation guide [here](https://dortania.github.io/OpenCore-Install-Guide/installer-guide/).

## OpenCore

- [OpenCore 0.9.2](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.2)
- [OpenCore 0.9.3](https://github.com/acidanthera/OpenCorePkg/releases/tag/0.9.3)
- [Dortania OpenCore Install Guide](https://dortania.github.io/OpenCore-Install-Guide/)
- [Desktop Coffee Lake](https://dortania.github.io/OpenCore-Install-Guide/config.plist/coffee-lake.html)
- [OpenCanopy](https://dortania.github.io/OpenCore-Post-Install/cosmetic/gui.html)
Expand Down Expand Up @@ -109,11 +109,11 @@ Resulting [USBMap.kext](Kexts/USBMap.kext) is used.

### Kext

- [AppleALC 1.8.2](https://github.com/acidanthera/AppleALC/releases/tag/1.8.2)
- [AppleALC 1.8.3](https://github.com/acidanthera/AppleALC/releases/tag/1.8.3)
- [IntelMausi 1.0.7](https://github.com/acidanthera/IntelMausi/releases/tag/1.0.7)
- [Lilu 1.6.5](https://github.com/acidanthera/Lilu/releases/tag/1.6.5)
- [VirtualSMC 1.3.1](https://github.com/acidanthera/VirtualSMC/releases/tag/1.3.1) (`SMCProcessor.kext`, `SMCSuperIO.kext`)
- [WhateverGreen 1.6.4](https://github.com/acidanthera/WhateverGreen/releases/tag/1.6.4)
- [Lilu 1.6.6](https://github.com/acidanthera/Lilu/releases/tag/1.6.6)
- [VirtualSMC 1.3.2](https://github.com/acidanthera/VirtualSMC/releases/tag/1.3.2) (`SMCProcessor.kext`, `SMCSuperIO.kext`)
- [WhateverGreen 1.6.5](https://github.com/acidanthera/WhateverGreen/releases/tag/1.6.5)

### Resources

Expand Down
10 changes: 5 additions & 5 deletions create-efi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ function run-on-trap() {
}

# Package versions. Set desired versions here.
readonly OPENCORE_VERSION="0.9.2"
readonly KEXT_APPLEALC_VERSION="1.8.2"
readonly OPENCORE_VERSION="0.9.3"
readonly KEXT_APPLEALC_VERSION="1.8.3"
readonly KEXT_INTELMAUSI_VERSION="1.0.7"
readonly KEXT_LILU_VERSION="1.6.5"
readonly KEXT_VIRTUALSMC_VERSION="1.3.1"
readonly KEXT_WHATEVERGREEN_VERSION="1.6.4"
readonly KEXT_LILU_VERSION="1.6.6"
readonly KEXT_VIRTUALSMC_VERSION="1.3.2"
readonly KEXT_WHATEVERGREEN_VERSION="1.6.5"

# Installation settings
# Any non-zero value turns on local file copy, instead of downloading.
Expand Down
2 changes: 2 additions & 0 deletions test/create-efi.bats
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ function replace_dummy_values() {
assert [ -d ./EFI/OC/Resources ]
assert [ -d ./EFI/OC/Resources/Audio ]
assert [ -d ./EFI/OC/Resources/Font ]
assert [ -e ./EFI/OC/Resources/Font/Terminus.hex ]
assert [ -e ./EFI/OC/Resources/Font/TerminusCore.hex ]
assert [ -d ./EFI/OC/Resources/Image/Acidanthera ]
assert [ -d ./EFI/OC/Resources/Label ]
assert [ -d ./EFI/OC/Tools ]
Expand Down

0 comments on commit f1daeb8

Please sign in to comment.