Skip to content

Commit 6a0c4a0

Browse files
committed
🚧 Add Ventura reference
1 parent 996709d commit 6a0c4a0

File tree

2 files changed

+49
-9
lines changed

2 files changed

+49
-9
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@
2020
</br>
2121

2222
## 📝 Changelog
23+
<details>
24+
<summary><strong>📅 Version 1.2.0: 12.06.2022</strong></summary>
25+
</br>
26+
27+
### Changes
28+
- Add macOS 13 Ventura beta support
29+
30+
### OpenCore / Kext Versions:
31+
- **OpenCore**: Modified version of [e05a69d](https://github.com/acidanthera/OpenCorePkg/commit/e05a69da640009ac1983c7c8c78af4f0d9b4bc6f)
32+
- **AppleALC**: 1.7.3 ([bce915e](https://github.com/acidanthera/AppleALC/commit/bce915e4d52a04447932eef7a32696433d16dc7f))
33+
- **CPUFriend**: 1.2.6 ([44efb5f](https://github.com/acidanthera/CPUFriend/commit/44efb5fe04245cf2df4f9bcde126d240710df62e))
34+
- **Lilu**: 1.6.1 ([250b65c](https://github.com/acidanthera/Lilu/commit/250b65cbb4e9c3aced2673b71ac359b5d6771cfe))
35+
- **WhateverGreen**: 1.5.9
36+
37+
### Screenshot
38+
<img src="https://dl.exploitox.de/t480-oc/T480-Ventura.png" alt="macOS Ventura running on the T480" width="650">
39+
40+
41+
</details>
42+
2343
<details>
2444
<summary><strong>📅 Version 1.1.0: 16.05.2022</strong></summary>
2545
</br>

README.md

+29-9
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<p align="center">
1111
<strong>Status: Maintained</strong>
1212
<br />
13-
<strong>Version: </strong>1.1.0
13+
<strong>Version: </strong>1.2.0
1414
<br />
1515
<a href="https://github.com/valnoxy/t480-oc/releases"><strong>Download now »</strong></a>
1616
<br />
@@ -33,21 +33,44 @@ These features will be implemented in a future update:
3333

3434
- [X] Include HeliPort Version
3535
- [X] Update README icon (temporary from [T440p-OC repo](https://github.com/valnoxy/t440p-oc))
36+
- [X] macOS Ventura support
3637
- [ ] Touchscreen support
3738

3839
&nbsp;
3940

41+
## 🚧 macOS Ventura Support
42+
43+
> **Warning**
44+
> macOS Ventura is still in Beta! I do not recommend this for productive use!
45+
46+
In version 1.2.0, support for macOS Ventura was added. To update your system to Ventura, the following steps must be performed:
47+
48+
1. Replace your current OpenCore confifguration with `EFI - Ventura`. See `♻️ Upgrade macOS / Switch EFI` for more infos.
49+
50+
2. Enroll your device to the Developer Seed. Use `macOS Developer Beta Access Utility` from your Apple Developer Account or by typing the following command into the Terminal: `/System/Library/PrivateFrameworks/Seeding.framework/Versions/Current/Resources/seedutil enroll DeveloperSeed`
51+
52+
3. Download macOS Ventura via Software Update. Create a offline installer or simply update.
53+
54+
55+
### Tested Builds
56+
- [X] Developer Beta 1 `(22A5266r)`
57+
58+
<a href="https://github.com/valnoxy/t480-oc/pull/5"><strong>
59+
Current state of macOS Ventura »</strong></a>
60+
61+
&nbsp;
62+
4063
## Introduction
4164

4265
### EFI folders
4366

4467
This repo includes multiple EFI configuations for different macOS Versions.
4568

46-
| EFI | Description | Type |
47-
| ----------------- | -------------------------------------------------------- | --------- |
48-
| `EFI - Monterey` | Supports only macOS Monterey | `Stable` |
49-
| `EFI - HeliPort` | Supports every macOS Version, Require HeliPort app | `Stable` |
50-
| `EFI - Ventura` | Supports only macOS 13 Ventura | `Alpha` |
69+
| EFI | Description | Type |
70+
| ----------------- | ------------------------------------------------------------------------- | --------- |
71+
| `EFI - Monterey` | Supports only macOS Monterey | `Stable` |
72+
| `EFI - HeliPort` | Supports every macOS Version (except Ventura), Require HeliPort app | `Stable` |
73+
| `EFI - Ventura` | Supports only macOS 13 Ventura | `Beta` |
5174

5275
<a href="https://github.com/OpenIntelWireless/HeliPort/releases"><strong>
5376
Download HeliPort app »</strong></a>
@@ -249,9 +272,6 @@ Now press `ALT + SPACE` and open terminal. Type the following command:
249272
Big Sur:
250273
```sudo /Applications/Install\ macOS\ Big\ Sur.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets```
251274

252-
Catalina:
253-
```sudo /Applications/Install\ macOS\ Catalina.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets```
254-
255275
Monterey:
256276
```sudo /Applications/Install\ macOS\ Monterey.app/Contents/Resources/createinstallmedia --volume /Volumes/MyUSB --downloadassets```
257277

0 commit comments

Comments
 (0)