Browse Source

Update to XCode 10

Sam Jaffe 6 years ago
parent
commit
8c18c56020
1 changed files with 5 additions and 2 deletions
  1. 5 2
      iterator.xcodeproj/project.pbxproj

+ 5 - 2
iterator.xcodeproj/project.pbxproj

@@ -131,7 +131,7 @@
 		CD21AE151E4A3E7900536178 /* Project object */ = {
 			isa = PBXProject;
 			attributes = {
-				LastUpgradeCheck = 1000;
+				LastUpgradeCheck = 1030;
 				ORGANIZATIONNAME = "Sam Jaffe";
 				TargetAttributes = {
 					CD21AE1C1E4A3E7900536178 = {
@@ -141,10 +141,11 @@
 			};
 			buildConfigurationList = CD21AE181E4A3E7900536178 /* Build configuration list for PBXProject "iterator" */;
 			compatibilityVersion = "Xcode 3.2";
-			developmentRegion = English;
+			developmentRegion = en;
 			hasScannedForEncodings = 0;
 			knownRegions = (
 				en,
+				Base,
 			);
 			mainGroup = CD21AE141E4A3E7900536178;
 			productRefGroup = CD21AE1E1E4A3E7900536178 /* Products */;
@@ -198,6 +199,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;
@@ -251,6 +253,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;