From 6b5bb6a45b1a8678dca70283fa977937455c623a Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Wed, 4 Nov 2020 17:12:20 -0600 Subject: [PATCH] Correct the SwiftUI deployment target --- xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig b/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig index 8f1fc3a62..33cdf6669 100644 --- a/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig +++ b/xcconfig/NetNewsWire_multiplatform_macOSapp_target.xcconfig @@ -41,6 +41,6 @@ PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire-Evergreen PRODUCT_NAME = NetNewsWire // Override NetNewsWire_project.xcconfig until we are ready to only target 10.16 -MACOSX_DEPLOYMENT_TARGET = 10.16 +MACOSX_DEPLOYMENT_TARGET = 11.0 SWIFT_SWIFT3_OBJC_INFERENCE = Off SWIFT_VERSION = 5.3