From d805c253d589d8043f04da1f703cf71ebbc164ac 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 e922b23f564..e3a6906622e 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