mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Removes build settings
This commit is contained in:
@@ -4969,7 +4969,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D5907CDD2002F0BE005947E5 /* NetNewsWire_project_debug.xcconfig */;
|
||||
buildSettings = {
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@@ -4977,7 +4976,6 @@
|
||||
isa = XCBuildConfiguration;
|
||||
baseConfigurationReference = D5907CDC2002F0BE005947E5 /* NetNewsWire_project_release.xcconfig */;
|
||||
buildSettings = {
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
#include? "../../SharedXcodeSettings/ProjectSettings.xcconfig"
|
||||
|
||||
ALWAYS_SEARCH_USER_PATHS = NO
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
|
||||
CLANG_ANALYZER_NONNULL = YES
|
||||
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
|
||||
CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
|
||||
|
||||
@@ -10,4 +10,4 @@ ONLY_ACTIVE_ARCH = YES
|
||||
OTHER_SWIFT_FLAGS = -DDEBUG
|
||||
SWIFT_OPTIMIZATION_LEVEL = -Onone
|
||||
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG
|
||||
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
|
||||
|
||||
@@ -8,3 +8,4 @@ MTL_ENABLE_DEBUG_INFO = NO
|
||||
OTHER_SWIFT_FLAGS = -DRELEASE
|
||||
SWIFT_OPTIMIZATION_LEVEL = -Owholemodule
|
||||
VALIDATE_PRODUCT = YES
|
||||
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
|
||||
|
||||
Reference in New Issue
Block a user