PDA

View Full Version : Converting to XCode project




satyam90
Sep 6, 2007, 05:02 AM
Hi,

I have some project source code developed using Objective-C. Its compiling and running well using Cocoa.
I want to make it browse using XCode. How to convert current project so that I can browse thru code using XCode including Makefile etc.

Regards,
Satyam.:)



kainjow
Sep 6, 2007, 09:19 AM
See Building Makefile Projects With Xcode (http://developer.apple.com/documentation/Porting/Conceptual/PortingUnix/preparing/chapter_3_section_4.html) and Using a Makefile as an Xcode target (http://www.macresearch.org/using_a_makefile_as_an_xcode_target)