Problem with Xcode and iPhone preference files

Posted by CyDummy on Stack Overflow See other posts from Stack Overflow or by CyDummy
Published on 2010-05-31T08:44:30Z Indexed on 2010/05/31 8:53 UTC
Read the original article Hit count: 162

Hi,

I created four language files for my app: two for the preferences and two for the strings. I added them into Xcode and it works great on the phone but the string files are shown as "Localizable.strings (de)" and "Localizable.strings (en)", while I have two files called "Root.plist" under the "Settings.bundle" in the groups "de.lproj" and "en.lproj" (see screenshot).
When I don't add the two "Root.plist" files instead of "Settings.bundle", I get what I want ("Root.plist (de)" and "Root.plist (en)") but I have no "Settings.bundle" in Xcode. Is somebody out there who can help me to a get what I want?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c