Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVsevolod Kukol <sevoku@microsoft.com>2018-09-29 12:45:41 +0300
committerVsevolod Kukol <sevoku@microsoft.com>2018-09-29 12:45:41 +0300
commit30aceb1e15f2c1aa050e8134012a9a989f3cc7c6 (patch)
treef2dd07e9b30ebe4feaa84f2617913e6970333e48
parent34e7982fc2b4feb191b81824c54a23f58d86c3d2 (diff)
[Mac] Add new macOS versions to MacSystemInformation
-rw-r--r--Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs b/Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs
index e6370614..9241b36b 100644
--- a/Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs
+++ b/Xwt.XamMac/Xwt.Mac/MacSystemInformation.cs
@@ -30,6 +30,8 @@ namespace Xwt.Mac
{
class MacSystemInformation
{
+ public static readonly Version Mojave = new Version(10, 14);
+ public static readonly Version HighSierra = new Version(10, 13);
public static readonly Version Sierra = new Version (10, 12);
public static readonly Version ElCapitan = new Version (10, 11);
public static readonly Version Yosemite = new Version (10, 10);