Skip to content

Commit a9c9b53

Browse files
authored
Merge pull request Lightricks#38 from barakwei/feature/xcode-10.2-localization-warnings
ReactiveObjC.xcodeproj: apply Xcode 10.2 localization fixes.
2 parents d86d718 + 88646c4 commit a9c9b53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

ReactiveObjC.xcodeproj/project.pbxproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2001,10 +2001,11 @@
20012001
};
20022002
buildConfigurationList = D04725E419E49ED7006002AA /* Build configuration list for PBXProject "ReactiveObjC" */;
20032003
compatibilityVersion = "Xcode 3.2";
2004-
developmentRegion = English;
2004+
developmentRegion = en;
20052005
hasScannedForEncodings = 0;
20062006
knownRegions = (
20072007
en,
2008+
Base,
20082009
);
20092010
mainGroup = D04725E019E49ED7006002AA;
20102011
productRefGroup = D04725EB19E49ED7006002AA /* Products */;
@@ -2786,6 +2787,7 @@
27862787
baseConfigurationReference = D047262919E49FE8006002AA /* Debug.xcconfig */;
27872788
buildSettings = {
27882789
BITCODE_GENERATION_MODE = bitcode;
2790+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
27892791
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
27902792
CLANG_WARN_COMMA = YES;
27912793
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -2814,6 +2816,7 @@
28142816
baseConfigurationReference = D047262B19E49FE8006002AA /* Release.xcconfig */;
28152817
buildSettings = {
28162818
BITCODE_GENERATION_MODE = bitcode;
2819+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
28172820
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
28182821
CLANG_WARN_COMMA = YES;
28192822
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -2946,6 +2949,7 @@
29462949
baseConfigurationReference = D047262A19E49FE8006002AA /* Profile.xcconfig */;
29472950
buildSettings = {
29482951
BITCODE_GENERATION_MODE = bitcode;
2952+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
29492953
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
29502954
CLANG_WARN_COMMA = YES;
29512955
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
@@ -3025,6 +3029,7 @@
30253029
baseConfigurationReference = D047262C19E49FE8006002AA /* Test.xcconfig */;
30263030
buildSettings = {
30273031
BITCODE_GENERATION_MODE = bitcode;
3032+
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
30283033
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
30293034
CLANG_WARN_COMMA = YES;
30303035
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;

0 commit comments

Comments
 (0)