From 1a14d369bc952b60340a3eabb519ecefbc98b952 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Wed, 6 Mar 2024 21:22:03 -0800 Subject: [PATCH] Use Swift 5.10. --- xcconfig/NetNewsWire_iOSapp_target.xcconfig | 1 - xcconfig/NetNewsWire_project.xcconfig | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/xcconfig/NetNewsWire_iOSapp_target.xcconfig b/xcconfig/NetNewsWire_iOSapp_target.xcconfig index 0d5ed6927..038feb996 100644 --- a/xcconfig/NetNewsWire_iOSapp_target.xcconfig +++ b/xcconfig/NetNewsWire_iOSapp_target.xcconfig @@ -43,4 +43,3 @@ PRODUCT_BUNDLE_IDENTIFIER = $(ORGANIZATION_IDENTIFIER).NetNewsWire.iOS PRODUCT_NAME = NetNewsWire CLANG_ENABLE_MODULES = YES SWIFT_OBJC_BRIDGING_HEADER = iOS/Resources/NetNewsWire-iOS-Bridging-Header.h -SWIFT_VERSION = 5.0 diff --git a/xcconfig/NetNewsWire_project.xcconfig b/xcconfig/NetNewsWire_project.xcconfig index c62e3e0b1..56d11f1b5 100644 --- a/xcconfig/NetNewsWire_project.xcconfig +++ b/xcconfig/NetNewsWire_project.xcconfig @@ -43,7 +43,7 @@ MACOSX_DEPLOYMENT_TARGET = 14.0 IPHONEOS_DEPLOYMENT_TARGET = 17.0 //SDKROOT = macosx SWIFT_SWIFT3_OBJC_INFERENCE = Off -SWIFT_VERSION = 5.9 +SWIFT_VERSION = 5.10 SWIFT_STRICT_CONCURRENCY = targeted // https://forums.swift.org/t/swift-packages-in-multiple-targets-results-in-this-will-result-in-duplication-of-library-code-errors/34892/33