MacOS 15 - Sequoia out today

This commit is contained in:
Ross Scroggs
2024-09-18 14:49:26 -07:00
parent 07bbf4d4ea
commit 72bba3d948
2 changed files with 3 additions and 2 deletions

View File

@@ -146,7 +146,7 @@ case $gamos in
fullversion=$(sw_vers -productVersion)
osversion=${fullversion:0:2}
case ${osversion:0:2} in
11|12|13|14)
11|12|13|14|15)
gamfile="macos-x86_64.tar.xz";;
*)
echo_red "Sorry, this version ($fullversion) of MacOS is not supported. Exiting."

View File

@@ -9189,7 +9189,8 @@ MACOS_CODENAMES = {
11: 'Big Sur',
12: 'Monterey',
13: 'Ventura',
14: 'Sonoma',
14: 'Sonoma,
15: 'Sequoia',
}
def getOSPlatform():