Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > comp.sys.mac.programmer.help > #525
| Newsgroups | comp.sys.mac.programmer.help |
|---|---|
| Date | 2018-06-01 00:58 -0700 |
| References | <ceba9822-1349-4ea1-8d47-77981fc5ae7e@c10g2000yqi.googlegroups.com> <m2hbjby08u.fsf@sherm.shermpendley.com> |
| Message-ID | <544e371e-1691-4246-b70a-d3a8a9694f6b@googlegroups.com> (permalink) |
| Subject | Re: Convert a Xcode project to a Cocoa Framework |
| From | vishalzambare5@gmail.com |
On Wednesday, August 4, 2010 at 12:47:21 AM UTC+5:30, Sherm Pendley wrote: > axelbrz <axelbrz@gmail.com> writes: > > > Hi, I have a Xcode project (cocos2d application) and I want to convert > > it to a Cocoa Framework project exporting all .h files from the > > project, to be able to import it from another project and use it like > > a Framework with the respective headers. > > > > What do I have to do? > > I wouldn't create a new project at all. Instead, I'd add a new framework > target to the existing project, then add the source files to the new > target. That will allow you to use the same set of source files for both > the framework and the standalone app, which makes it easier to keep > them in synch when changes are made. > > sherm-- > > -- > Sherm Pendley <www.shermpendley.com> > <www.camelbones.org> > Cocoa Developer Hi... actually I had a question. I have a C++ project, and I would like to save/export it as a framework and not just a standalone app...Any idea as to how can I do it. Your help will be really appreciated... :)
Back to comp.sys.mac.programmer.help | Previous | Next | Find similar
Re: Convert a Xcode project to a Cocoa Framework vishalzambare5@gmail.com - 2018-06-01 00:58 -0700
csiph-web