Skip to content

Commit

Permalink
Updates for Xcode 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephent committed Apr 19, 2019
1 parent 41c6120 commit 1389400
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions ObjectiveWMM.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@
DC71D8C8197E067F00C665CB /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0930;
LastUpgradeCheck = 1020;
ORGANIZATIONNAME = "Crookneck Consulting LLC";
TargetAttributes = {
DC71D8D0197E067F00C665CB = {
Expand All @@ -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 */;
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 1389400

Please sign in to comment.