From 61b0b9f421074ac564e157f174c11d995956840a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 12 Aug 2021 14:32:32 +0200 Subject: [PATCH] lifting deployment_target to correct supported minimal macOS version --- build/osx/wxcocoa.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/osx/wxcocoa.xcconfig b/build/osx/wxcocoa.xcconfig index 429a39b975..c238589daf 100644 --- a/build/osx/wxcocoa.xcconfig +++ b/build/osx/wxcocoa.xcconfig @@ -3,7 +3,7 @@ WXTOOLKITUPPER = COCOA #include "wx.xcconfig" -MACOSX_DEPLOYMENT_TARGET = 10.7 +MACOSX_DEPLOYMENT_TARGET = 10.10 GCC_VERSION =