Same project...multiple apps?
Posted
by greypoint
on Stack Overflow
See other posts from Stack Overflow
or by greypoint
Published on 2010-03-15T18:57:37Z
Indexed on
2010/03/15
18:59 UTC
Read the original article
Hit count: 237
We have a an iPhone app project that we wish to deploy multiple times under different client names. The individual apps will be very similar but will have different resources (icon, images etc) and config settings stored in plists (server names, options etc). What is the preferred means to manage this in Xcode? Obviously we really don't want different XCode projects for each App deployment since it's 90% shared code.
© Stack Overflow or respective owner