Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

CFBundleDevelopmentRegion (is it necessary?)

Always I "develop" my App wit Titanium Studio the "CFBundleDevelopmentRegion" Key in the Info.plist change to "English". How can I change this key? Isn't there any option in the tiapp.xml? What happen if I upload my binary with this key, will Aplle publish it to the German iTunes Store? How does is work?

Will it be possible in the future to change this within tiapp.xml?

Thanks for your fast support!

— asked August 1st 2011 by Sino Boeckmann
  • cfbundledevelopmentr
  • iphone
  • itunes
  • localisation
  • mobile
0 Comments

1 Answer

  • Accepted Answer

    You need to create your own Info.plist file (easiest is to copy it from you build/iphone directory) and place it in the same directory as the tiapp.xml file. You can then edit this as you like and it will be copied to the build/iphone directory when you build your app.

    From the IOS Docs

    >CFBundleDevelopmentRegion (String - iOS, Mac OS X) specifies the native region for the bundle. This key contains a string value that usually corresponds to the native language of the person who wrote the bundle. The language specified by this value is used as the default language if a >
    resource cannot be located for the user’s preferred region or language.

    — answered August 1st 2011 by Martin Slater
    permalink
    1 Comment
    • Thanks! I didn't know and havn't found the information! Thank you.

      — commented August 2nd 2011 by Sino Boeckmann
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.