XCode - Multiple targets, Multiple *internationalized* names?
Posted
by Kris Jenkins
on Stack Overflow
See other posts from Stack Overflow
or by Kris Jenkins
Published on 2009-11-27T08:16:30Z
Indexed on
2010/04/24
12:13 UTC
Read the original article
Hit count: 216
I've got an internationalized iPhone project. In the various ${lang}.lproj/InfoPlist.strings
files I've got a single key, CFBundleName = "My App Name"
.
That's working fine for a single target, but I can't make it work for multiple targets.
I'd like to have several translated InfoPlistMyApp.strings
files for the main target, plus several InfoPlistMyApp*Lite*.strings
files for the lite version. But I can't figure out how to set it up. The InfoPlist.strings
name seems to be set in stone, so I can't replace it dynamically.
Any ideas?
© Stack Overflow or respective owner