From 7a0d4d2cae1dbd1546354d90c84548ae3b5e158e Mon Sep 17 00:00:00 2001 From: Maurice Parker Date: Fri, 6 Nov 2020 14:48:34 -0600 Subject: [PATCH] Add missing build setting for AccentColor --- xcconfig/common/NetNewsWire_mac_target_common.xcconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 2e9918ef0..da8798f37 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -3,6 +3,7 @@ MARKETING_VERSION = 5.1.2 CURRENT_PROJECT_VERSION = 3016 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 = 10.15