testsoft3 / googletest

Automatically exported from code.google.com/p/googletest
0 stars 0 forks source link

gtest needs a universal binary framework for Mac OS X #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
gtest needs a univeral binary framework for Mac OS X. I propose adding an Xcode 
project to build 
the framework.

Original issue reported on code.google.com by preston....@gmail.com on 17 Jul 2008 at 9:55

GoogleCodeExporter commented 8 years ago
That's easy. Attached is a tar.gz file of my xcode project to generate a 
framework
file (it works, I've tested it).
and the associated plist.. not sure if you need it.

Just untar ungzip it to your gtest-1.0.1 folder.

Original comment by ray...@gmail.com on 25 Jul 2008 at 3:58

Attachments:

GoogleCodeExporter commented 8 years ago
Oh, and if you're lazy to compile it, here's my compilation (release compile) 
of the
above xcode. The framework file is version 1.0.1. It should be a universal build
(unless I missed a setting), however, I've only tested it on x86 OSX 10.5. 

Original comment by ray...@gmail.com on 25 Jul 2008 at 4:02

Attachments:

GoogleCodeExporter commented 8 years ago
rayver,

Thanks for your hard work! I downloaded the Xcode project you uploaded to take 
a look. I appears that you 
and I are on the same track.

I, likewise, have spent a bit of effort getting an Xcode project together for 
googletest and have submitted it to 
the reviewers. If you'd like to take a look at what they had to say, check out:

http://codereview.appspot.com/2595

This patch was submitted to the trunk so you can find the final results therein 
a directory called xcode, but it 
isn't in any tagged branch yet. Please let me know what you think!

Best,
Preston

Original comment by preston....@gmail.com on 31 Jul 2008 at 5:57

GoogleCodeExporter commented 8 years ago

Original comment by shiq...@gmail.com on 31 Jul 2008 at 6:43