From 1389400a8e6e15cb7293cfb16ee9953dc6cf19f5 Mon Sep 17 00:00:00 2001 From: Stephen Trainor Date: Fri, 19 Apr 2019 11:23:04 -0600 Subject: [PATCH] Updates for Xcode 10.2 --- ObjectiveWMM.xcodeproj/project.pbxproj | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ObjectiveWMM.xcodeproj/project.pbxproj b/ObjectiveWMM.xcodeproj/project.pbxproj index c1743fa..20de9c9 100644 --- a/ObjectiveWMM.xcodeproj/project.pbxproj +++ b/ObjectiveWMM.xcodeproj/project.pbxproj @@ -217,7 +217,7 @@ DC71D8C8197E067F00C665CB /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0930; + LastUpgradeCheck = 1020; ORGANIZATIONNAME = "Crookneck Consulting LLC"; TargetAttributes = { DC71D8D0197E067F00C665CB = { @@ -232,10 +232,11 @@ }; buildConfigurationList = DC71D8CB197E067F00C665CB /* Build configuration list for PBXProject "ObjectiveWMM" */; compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; + developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, + Base, ); mainGroup = DC71D8C7197E067F00C665CB; productRefGroup = DC71D8D2197E067F00C665CB /* Products */; @@ -302,6 +303,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; @@ -359,6 +361,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;