Compare commits

..

2 Commits

Author SHA1 Message Date
Lily e61d716675
Merge 56b3f1aca2 into 85581ccf05 2024-09-24 10:18:52 +03:00
Dhiru Kholia 85581ccf05 Partial macOS Sequoia support 2024-09-24 12:28:25 +05:30
2 changed files with 3 additions and 3 deletions

View File

@ -136,14 +136,15 @@ processors work just fine (even for macOS Sonoma).
5. Monterey (12.6)
6. Ventura (13) - RECOMMENDED
7. Sonoma (14)
8. Sequoia (15)
Choose a product to download (1-8): 6
Choose a product to download (1-7): 6
```
Note: Modern NVIDIA GPUs are supported on HighSierra but not on later
versions of macOS.
Note 2: Use https://github.com/corpnewt/gibMacOS to download macOS Sequoia.
* Convert the downloaded `BaseSystem.dmg` file into the `BaseSystem.img` file.
```

View File

@ -539,7 +539,6 @@ def main():
{"name": "Monterey (12.6)", "b": "Mac-B809C3757DA9BB8D", "m": "00000000000000000", "os_type": "latest", "short": "monterey"},
{"name": "Ventura (13) - RECOMMENDED", "b": "Mac-4B682C642B45593E", "m": "00000000000000000", "os_type": "latest", "short": "ventura"},
{"name": "Sonoma (14) ", "b": "Mac-827FAC58A8FDFA22", "m": "00000000000000000", "short": "sonoma"},
{"name": "Sequoia (15) ", "b": "Mac-7BA5B2D9E42DDD94", "m": "00000000000000000", "short": "Sequoia", "os_type": "latest"},
]
for index, product in enumerate(products):
name = product["name"]