From 28ff23ee7b62cc7ad4b546236b3c551814fca0ef Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Sun, 3 Mar 2024 23:04:53 -0800 Subject: [PATCH] Set macOS deployment target to 14.0. --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 8c7112d6f..687bababd 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -6,5 +6,5 @@ ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon COMBINE_HIDPI_IMAGES = YES -MACOSX_DEPLOYMENT_TARGET = 13.0 +MACOSX_DEPLOYMENT_TARGET = 14.0 SDKROOT = macosx;