Use Swift 5.10.

This commit is contained in:
Brent Simmons 2024-03-06 21:22:03 -08:00
parent 06ed7ac4be
commit 1a14d369bc
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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