From b606ce01a86aee41f66465d853408358346cf46f Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Fri, 25 Jan 2019 11:46:58 +0100 Subject: [PATCH] Set the right deployment target in xcconfig. --- macosx/xcconfig/base/os.osx1011.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macosx/xcconfig/base/os.osx1011.xcconfig b/macosx/xcconfig/base/os.osx1011.xcconfig index e6a6a4eb3..a94a5104a 100644 --- a/macosx/xcconfig/base/os.osx1011.xcconfig +++ b/macosx/xcconfig/base/os.osx1011.xcconfig @@ -1 +1 @@ -MACOSX_DEPLOYMENT_TARGET = 10.10 +MACOSX_DEPLOYMENT_TARGET = 10.11 -- 2.40.0