diff --git a/scripts/buildTool.py b/scripts/buildTool.py index 6af779327..24881e8e9 100755 --- a/scripts/buildTool.py +++ b/scripts/buildTool.py @@ -901,28 +901,28 @@ def installDependencies(): # update the list below whenever a new version of MacOS comes out. # macOsVersionToReleaseName = { - '15' : 'Sequoia' + '15' : 'Sequoia' , # Can't guarantee that other parts of the build/packaging system will work on these older versions, but # doesn't hurt to at least be able to look them up. - '14' : 'Sonoma' - '13' : 'Ventura' - '12' : 'Monterey' - '11' : 'Big Sur' - '10.15' : 'Catalina' - '10.14' : 'Mojave' - '10.13' : 'High Sierra' - '10.12' : 'Sierra' - '10.11' : 'El Capitan' - '10.10' : 'Yosemite' - '10.9' : 'Mavericks' - '10.8' : 'Mountain Lion' - '10.7' : 'Lion' - '10.6' : 'Snow Leopard' - '10.5' : 'Leopard' - '10.4' : 'Tiger' - '10.3' : 'Panther' - '10.2' : 'Jaguar' - '10.1' : 'Puma' + '14' : 'Sonoma' , + '13' : 'Ventura' , + '12' : 'Monterey' , + '11' : 'Big Sur' , + '10.15' : 'Catalina' , + '10.14' : 'Mojave' , + '10.13' : 'High Sierra' , + '10.12' : 'Sierra' , + '10.11' : 'El Capitan' , + '10.10' : 'Yosemite' , + '10.9' : 'Mavericks' , + '10.8' : 'Mountain Lion', + '10.7' : 'Lion' , + '10.6' : 'Snow Leopard' , + '10.5' : 'Leopard' , + '10.4' : 'Tiger' , + '10.3' : 'Panther' , + '10.2' : 'Jaguar' , + '10.1' : 'Puma' , '10.0' : 'Cheetah' } #