From 1a07d90dc2668ef5d7fb9b26046b3d67f8362b5f Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Sat, 17 Sep 2022 14:05:40 -0500 Subject: [PATCH] Update the build target so that we can compile with the more strict compiler in Xcode 14 --- xcconfig/NetNewsWire_project.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/NetNewsWire_project.xcconfig b/xcconfig/NetNewsWire_project.xcconfig index 465091c17..2a51a2d1d 100644 --- a/xcconfig/NetNewsWire_project.xcconfig +++ b/xcconfig/NetNewsWire_project.xcconfig @@ -40,7 +40,7 @@ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE GCC_WARN_UNUSED_FUNCTION = YES GCC_WARN_UNUSED_VARIABLE = YES MACOSX_DEPLOYMENT_TARGET = 10.15 -IPHONEOS_DEPLOYMENT_TARGET = 13.0 +IPHONEOS_DEPLOYMENT_TARGET = 13.4 //SDKROOT = macosx SWIFT_SWIFT3_OBJC_INFERENCE = Off SWIFT_VERSION = 5.1