If I have a "Command Line Tool" project in Xcode, and just want to build a "C/C++ Library", can I convert my existing project without deleting the project file and starting from scratch? (I want to maintain all my groups / organization / settings / etc).
Thanks.