Re: Changing Products Name
Re: Changing Products Name
- Subject: Re: Changing Products Name
- From: Fritz Anderson <email@hidden>
- Date: Wed, 03 Jul 2013 08:52:05 -0500
There are two names in Info.plist, for the bundle and the display name. The recommendation is that you not include a display name if you aren't going to localize it. The Xcode project templates initialize both to ${PRODUCT_NAME}. It also affects the filesystem name of the bundle. Unless you need the three to differ (unlikely), you're better off editing PRODUCT_NAME.
My rule of thumb is not to edit derived values in the Info.plist precursor unless I can articulate a reason to do it that way and not by editing the upstream value.
— F On 3 Jul 2013, at 8:30 AM, David Fitterman < email@hidden> wrote: You need to change the product name field on the info.plist file of your target.
=====
Where do I find this file?
-- Fritz Anderson Xcode 4 Unleashed: 4.5 supplement for free!
|
_______________________________________________
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