Compare commits

..

2 Commits

Author SHA1 Message Date
Lily f0d251cc6b
Merge 56b3f1aca2 into ad213b6c80 2024-09-26 00:32:25 +03:00
Dhiru Kholia ad213b6c80 Partial support for macOS Sequoia (15.x) 2024-09-25 16:19:09 +05:30
2 changed files with 3 additions and 3 deletions

View File

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

View File

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