Re: question about making "lite" version
Re: question about making "lite" version
- Subject: Re: question about making "lite" version
- From: Christiaan Hofman <email@hidden>
- Date: Wed, 20 Jul 2011 11:06:13 +0200
On Jul 20, 2011, at 4:02, Rick C. wrote:
> Hi,
>
> Just looking for a confirmation here...if I want to take an existing project and make a "lite" version I just need to copy it and change the bundle identifier and bundle/executable name and then modify the code as needed is this correct? Or is there anything else I need to change?
>
> Thanks!
Yes. But as you don't say whether you're talking about Info.plist settings or build settings, make sure that both are changed consistently. The easiest way to achieve this is to make sure that your Info.plist refers in CFBundleName and CFBundleExecutable to the build settings, and simply change the PRODUCT_NAME build setting (and the bundle identifier).
BTW, if the changes on code are in only a few places you may also consider to make two targets in a single project, so that (bug fix) changes in one app will be automatically included in the other.
Christiaan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden