Re: Using InfoPlist.strings with a different name
Re: Using InfoPlist.strings with a different name
- Subject: Re: Using InfoPlist.strings with a different name
- From: Ken Thomases <email@hidden>
- Date: Wed, 6 May 2009 12:41:42 -0500
On May 6, 2009, at 11:55 AM, Paulo F. Andrade wrote:
I have an xcode project with two target applications.
These applications only differ slightly, one of the differences is
the name of the application.
For one of these targets I already have it using a different
Info.plist, but I would also like to use a different
InfoPlist.strings file.
How can I tell xcode to look for OtherTarget-InfoPlist.strings
rather than the default InfoPlist.strings?
You just change the target membership of the two files.
The problem is that you don't want OtherTarget-InfoPlist.strings to be
called that once it's copied into application's resources.
The easiest thing to do is to have your source files for the two
applications kept in different folders. Then, they can both be called
InfoPlist.strings without colliding. Then, just make each file a
member of the appropriate target (and only that target).
Cheers,
Ken
_______________________________________________
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