Skip to content

Commit

Permalink
update macOS Xcode project
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybernstein committed Jul 26, 2021
1 parent da52f2a commit ba28195
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions shell.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
developmentRegion = English;
hasScannedForEncodings = 1;
knownRegions = (
English,
en,
);
mainGroup = 089C166AFE841209C02AAC07 /* iterator */;
Expand Down Expand Up @@ -148,28 +149,36 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 22CF10220EE984600054F513 /* maxmspsdk.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
COPY_PHASE_STRIP = NO;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
GCC_OPTIMIZATION_LEVEL = 0;
INFOPLIST_FILE = Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = "$(C74_SYM_LINKER_FLAGS)";
PRODUCT_BUNDLE_IDENTIFIER = com.bootsquad.shell;
};
name = Development;
};
2FBBEAE208F335360078DB84 /* Deployment */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 22CF10220EE984600054F513 /* maxmspsdk.xcconfig */;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_CXX_LANGUAGE_STANDARD = "c++0x";
CLANG_CXX_LIBRARY = "libc++";
COPY_PHASE_STRIP = YES;
GCC_ENABLE_CPP_EXCEPTIONS = NO;
GCC_ENABLE_CPP_RTTI = NO;
INFOPLIST_FILE = Info.plist;
MACOSX_DEPLOYMENT_TARGET = 10.11;
OTHER_LDFLAGS = "$(C74_SYM_LINKER_FLAGS)";
PRODUCT_BUNDLE_IDENTIFIER = com.bootsquad.shell;
};
name = Deployment;
};
Expand Down

0 comments on commit ba28195

Please sign in to comment.