From 294f69f9575bb3b56ca95a40968862726cc57e1f Mon Sep 17 00:00:00 2001 From: vladlosev Date: Mon, 22 Aug 2011 21:30:01 +0000 Subject: [PATCH] Adds explanation on how to build the Xcode project under Xcode 4+ to README. --- README | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README b/README index 51a9376d..17bf72f4 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 --------------------