Skip to content

Commit

Permalink
Merge pull request Lightricks#38 from barakwei/feature/xcode-10.2-loc…
Browse files Browse the repository at this point in the history
…alization-warnings

ReactiveObjC.xcodeproj: apply Xcode 10.2 localization fixes.
  • Loading branch information
StatusReport authored Mar 24, 2019
2 parents d86d718 + 88646c4 commit a9c9b53
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ReactiveObjC.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2001,10 +2001,11 @@
};
buildConfigurationList = D04725E419E49ED7006002AA /* Build configuration list for PBXProject "ReactiveObjC" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D04725E019E49ED7006002AA;
productRefGroup = D04725EB19E49ED7006002AA /* Products */;
Expand Down Expand Up @@ -2786,6 +2787,7 @@
baseConfigurationReference = D047262919E49FE8006002AA /* Debug.xcconfig */;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -2814,6 +2816,7 @@
baseConfigurationReference = D047262B19E49FE8006002AA /* Release.xcconfig */;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -2946,6 +2949,7 @@
baseConfigurationReference = D047262A19E49FE8006002AA /* Profile.xcconfig */;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down Expand Up @@ -3025,6 +3029,7 @@
baseConfigurationReference = D047262C19E49FE8006002AA /* Test.xcconfig */;
buildSettings = {
BITCODE_GENERATION_MODE = bitcode;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
Expand Down

0 comments on commit a9c9b53

Please sign in to comment.