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!
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.