From b7c8d6db9f8efa8c1a18ce70b5a3c971c5c81100 Mon Sep 17 00:00:00 2001 From: Vojtech Bubnik Date: Tue, 19 Jan 2021 15:59:29 +0100 Subject: [PATCH] Bumped up minimum required OSX version from 10.9 to 10.10 due to an update of wxWidgets, which do not compile cleanly on 10.9 without further patching. --- src/platform/osx/Info.plist.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/platform/osx/Info.plist.in b/src/platform/osx/Info.plist.in index e922b23f5..e3a690662 100644 --- a/src/platform/osx/Info.plist.in +++ b/src/platform/osx/Info.plist.in @@ -111,7 +111,7 @@ LSMinimumSystemVersion - 10.9 + 10.10 NSPrincipalClass NSApplication NSHighResolutionCapable