help with build.setting

Hello to all,

i need to change a plist item:

settings =
{
iphone =
{
plist =
{
Localization native development region=“de”,
},
},
}
the spaces between the words aren’t excepted by corona’s build precess. How i have to write the above statement ?

Thanks for help.

Klaus

[import]uid: 5456 topic_id: 6509 reply_id: 306509[/import]

settings = { iphone = { plist = { CFBundleDevelopmentRegion="de", }, } } [import]uid: 6459 topic_id: 6509 reply_id: 22621[/import]

Thanks so much! [import]uid: 5456 topic_id: 6509 reply_id: 22725[/import]