diff --git a/xcconfig/NetNewsWireTests_target.xcconfig b/xcconfig/NetNewsWireTests_target.xcconfig index fb6499ed2..1e7b70cb0 100644 --- a/xcconfig/NetNewsWireTests_target.xcconfig +++ b/xcconfig/NetNewsWireTests_target.xcconfig @@ -7,7 +7,6 @@ CODE_SIGN_STYLE = Manual #include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig" -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES BUNDLE_LOADER = $(TEST_HOST) COMBINE_HIDPI_IMAGES = YES INFOPLIST_FILE = Tests/NetNewsWireTests/Info.plist diff --git a/xcconfig/NetNewsWire_iOSTests_target.xcconfig b/xcconfig/NetNewsWire_iOSTests_target.xcconfig index a524762a0..f8b0abfe4 100644 --- a/xcconfig/NetNewsWire_iOSTests_target.xcconfig +++ b/xcconfig/NetNewsWire_iOSTests_target.xcconfig @@ -9,7 +9,6 @@ PROVISIONING_PROFILE_SPECIFIER = #include? "../../SharedXcodeSettings/DeveloperSettings.xcconfig" -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES BUNDLE_LOADER = $(TEST_HOST) COMBINE_HIDPI_IMAGES = YES INFOPLIST_FILE = Tests/NetNewsWire-iOSTests/Info.plist diff --git a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig index 3d6d7a3de..1604261bc 100644 --- a/xcconfig/common/NetNewsWire_ios_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_ios_target_common.xcconfig @@ -3,7 +3,6 @@ MARKETING_VERSION = 6.0.2 CURRENT_PROJECT_VERSION = 609 -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; COMBINE_HIDPI_IMAGES = YES diff --git a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig index 8c7112d6f..b40ae82b1 100644 --- a/xcconfig/common/NetNewsWire_mac_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_mac_target_common.xcconfig @@ -2,7 +2,6 @@ MARKETING_VERSION = 6.1.5b1 CURRENT_PROJECT_VERSION = 6121 -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon COMBINE_HIDPI_IMAGES = YES diff --git a/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig b/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig index ef3ca3ee6..e69c9182f 100644 --- a/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig +++ b/xcconfig/common/NetNewsWire_macapp_target_common.xcconfig @@ -1,7 +1,6 @@ #include "./NetNewsWire_mac_target_common.xcconfig" // Settings common to both the Mac Direct and Mac App Store targets -ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon INFOPLIST_FILE = Mac/Resources/Info.plist PRODUCT_NAME = NetNewsWire