Skip to content

Commit

Permalink
Update C++ language and library settings to match SDK projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
Don Huff committed Mar 11, 2016
1 parent 407b0aa commit d254052
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
# Ignore CI build directory
build/
xcuserdata
6 changes: 6 additions & 0 deletions googletest/xcode/gtest.xcodeproj/project.pbxproj
Expand Up @@ -1067,13 +1067,19 @@
isa = XCBuildConfiguration;
baseConfigurationReference = 40D4CDF10E30E07400294801 /* DebugProject.xcconfig */;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
MACOSX_DEPLOYMENT_TARGET = 10.7;
};
name = Debug;
};
4FADC24808B4156D00ABE55E /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 40D4CDF40E30E07400294801 /* ReleaseProject.xcconfig */;
buildSettings = {
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
MACOSX_DEPLOYMENT_TARGET = 10.7;
};
name = Release;
};
Expand Down

0 comments on commit d254052

Please sign in to comment.