]> gitweb.factorcode.org Git - factor.git/commitdiff
system-info.macosx: adding macOS Catalina 10.15
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 4 Jun 2019 03:50:42 +0000 (20:50 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 4 Jun 2019 03:50:42 +0000 (20:50 -0700)
basis/system-info/macosx/macosx.factor

index 925d669b47e2f0f311059c6cccbd42504acc71b9..110d75fbbf75bdd7bef6145096622e096ec6b70f 100644 (file)
@@ -22,6 +22,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response )
 : system-version-bugfix ( -- n ) "sys3" be> gestalt ;
 
 CONSTANT: system-code-names H{
+    { { 10 15 } "Catalina" }
     { { 10 14 } "Mojave" }
     { { 10 13 } "High Sierra" }
     { { 10 12 } "Sierra" }