diff options
author | preston.a.jackson <preston.a.jackson@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-08-28 22:11:18 +0000 |
---|---|---|
committer | preston.a.jackson <preston.a.jackson@861a406c-534a-0410-8894-cb66d6ee9925> | 2009-08-28 22:11:18 +0000 |
commit | cb2b1640b277dd9ba2f411cc830682f28bfdaa45 (patch) | |
tree | 35eece10bf305d79acfdac17e64c809ed2d156a9 /xcode/gtest.xcodeproj | |
parent | b5936af65c8aebd53b50b08fd4b28b6272f83dcf (diff) | |
download | googletest-cb2b1640b277dd9ba2f411cc830682f28bfdaa45.tar.gz googletest-cb2b1640b277dd9ba2f411cc830682f28bfdaa45.tar.bz2 googletest-cb2b1640b277dd9ba2f411cc830682f28bfdaa45.zip |
Updating for Snow Leopard. Cleaning up the sample code. Updating the README with instructions for installation from the command line.
Diffstat (limited to 'xcode/gtest.xcodeproj')
-rw-r--r-- | xcode/gtest.xcodeproj/project.pbxproj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/xcode/gtest.xcodeproj/project.pbxproj b/xcode/gtest.xcodeproj/project.pbxproj index d3eea55e..4234e728 100644 --- a/xcode/gtest.xcodeproj/project.pbxproj +++ b/xcode/gtest.xcodeproj/project.pbxproj @@ -95,6 +95,13 @@ remoteGlobalIDString = 4089A0120FFACEFC000B29AE; remoteInfo = sample1_unittest; }; + 408BEC0F1046CFE900DEF522 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; + proxyType = 1; + remoteGlobalIDString = 40C848F9101A209C0083642A; + remoteInfo = "gtest-static"; + }; 40C44AE50E379922008FCC51 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 0867D690FE84028FC02AAC07 /* Project object */; @@ -555,6 +562,7 @@ ); dependencies = ( 40C44AE60E379922008FCC51 /* PBXTargetDependency */, + 408BEC101046CFE900DEF522 /* PBXTargetDependency */, 40C8499C101A36DC0083642A /* PBXTargetDependency */, ); name = "gtest-framework"; @@ -716,6 +724,11 @@ target = 4089A0120FFACEFC000B29AE /* sample1_unittest-framework */; targetProxy = 4089A0970FFAD34A000B29AE /* PBXContainerItemProxy */; }; + 408BEC101046CFE900DEF522 /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + target = 40C848F9101A209C0083642A /* gtest-static */; + targetProxy = 408BEC0F1046CFE900DEF522 /* PBXContainerItemProxy */; + }; 40C44AE60E379922008FCC51 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = 40C44ADC0E3798F4008FCC51 /* Version Info */; |