Issue #1491 - Part 1: Update nsCocoaFeatures for newer versions of MacOS X.

This commit is contained in:
Brian Smith 2020-03-21 17:37:05 -05:00 committed by Roy Tam
commit d33ab8621a
2 changed files with 24 additions and 0 deletions

View file

@ -21,6 +21,9 @@ public:
static bool OnYosemiteOrLater();
static bool OnElCapitanOrLater();
static bool OnSierraOrLater();
static bool OnHighSierraOrLater();
static bool OnMojaveOrLater();
static bool OnCatalinaOrLater();
static bool IsAtLeastVersion(int32_t aMajor, int32_t aMinor, int32_t aBugFix=0);