From bf71988330cb3c041adb323190381770fa38f3fe Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 22 Jun 2016 16:20:11 -0700 Subject: [PATCH] system-info.macosx: macOS Sierra. --- basis/system-info/macosx/macosx.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/system-info/macosx/macosx.factor b/basis/system-info/macosx/macosx.factor index a6c29ba349..16951b4471 100644 --- a/basis/system-info/macosx/macosx.factor +++ b/basis/system-info/macosx/macosx.factor @@ -24,6 +24,7 @@ FUNCTION: OSErr Gestalt ( OSType selector, SInt32* response ) : system-version-bugfix ( -- n ) "sys3" be> gestalt ; CONSTANT: system-code-names H{ + { { 10 12 } "Sierra" } { { 10 11 } "El Capitan" } { { 10 10 } "Yosemite" } { { 10 9 } "Mavericks" }