summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-08-22 21:30:01 +0000
committervladlosev <vladlosev@861a406c-534a-0410-8894-cb66d6ee9925>2011-08-22 21:30:01 +0000
commite0e93e5547c71906b6c70eb06e781ced1dae0407 (patch)
tree31ae69ba527c39581bf551320b2f9fb21c34924e
parentf35f4c6be26bc341d7e241d8ab18f6c41ee281e1 (diff)
downloadgoogletest-e0e93e5547c71906b6c70eb06e781ced1dae0407.tar.gz
Adds explanation on how to build the Xcode project under Xcode 4+ to README.
git-svn-id: http://googletest.googlecode.com/svn/trunk@589 861a406c-534a-0410-8894-cb66d6ee9925
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 51a9376..17bf72f 100644
--- a/README
+++ b/README
@@ -217,6 +217,16 @@ default build location. See the "xcodebuild" man page for more
information about building different configurations and building in
different locations.
+If you wish to use the Google Test Xcode project with Xcode 4.x and
+above, you need to either:
+ * update the SDK configuration options in xcode/Config/General.xconfig.
+ Comment options SDKROOT, MACOS_DEPLOYMENT_TARGET, and GCC_VERSION. If
+ you choose this route you lose the ability to target earlier versions
+ of MacOS X.
+ * Install an SDK for an earlier version. This doesn't appear to be
+ supported by Apple, but has been reported to work
+ (http://stackoverflow.com/questions/5378518).
+
Tweaking Google Test
--------------------