Browse Source

Update to XCode 10

Sam Jaffe 6 years ago
parent
commit
106ad2d4fe
1 changed files with 5 additions and 2 deletions
  1. 5 2
      case-matcher.xcodeproj/project.pbxproj

+ 5 - 2
case-matcher.xcodeproj/project.pbxproj

@@ -101,7 +101,7 @@
 		CD6E2CD41D84BF3C002C1FB3 /* Project object */ = {
 			isa = PBXProject;
 			attributes = {
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1030;
 				ORGANIZATIONNAME = "Sam Jaffe";
 				TargetAttributes = {
 					CD7820211E44DAD1001D22E5 = {
@@ -111,10 +111,11 @@
 			};
 			buildConfigurationList = CD6E2CD71D84BF3C002C1FB3 /* Build configuration list for PBXProject "case-matcher" */;
 			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
+			developmentRegion = en;
 			hasScannedForEncodings = 0;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = CD6E2CD31D84BF3C002C1FB3;
 			productRefGroup = CD6E2CDD1D84BF3C002C1FB3 /* Products */;
@@ -160,6 +161,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 				CLANG_CXX_LIBRARY = "libc++";
 				CLANG_ENABLE_MODULES = YES;
@@ -213,6 +215,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
 				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
 				CLANG_CXX_LIBRARY = "libc++";
 				CLANG_ENABLE_MODULES = YES;