From e14895e5bd213b986799de877f46b5b5d3856a69 Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 22 Sep 2016 10:57:39 +0100 Subject: [PATCH] Added macOS version 12 to SystemStats --- modules/juce_core/system/juce_SystemStats.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/juce_core/system/juce_SystemStats.h b/modules/juce_core/system/juce_SystemStats.h index 81e221f218..be9285aa12 100644 --- a/modules/juce_core/system/juce_SystemStats.h +++ b/modules/juce_core/system/juce_SystemStats.h @@ -65,6 +65,7 @@ public: MacOSX_10_9 = MacOSX | 9, MacOSX_10_10 = MacOSX | 10, MacOSX_10_11 = MacOSX | 11, + MacOSX_10_12 = MacOSX | 12, Win2000 = Windows | 1, WinXP = Windows | 2,