Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
294f69f9
Commit
294f69f9
authored
Aug 22, 2011
by
vladlosev
Browse files
Adds explanation on how to build the Xcode project under Xcode 4+ to README.
parent
cf3f92ef
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
README
README
+10
-0
No files found.
README
View file @
294f69f9
...
...
@@ -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
--------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment