Bundle ID

Somebody please help, this is my build settings file:
settings =
{
orientation =
{
default = “landscapeRight”,
supported = { “landscapeRight” },
},

iphone =
{
plist =

{
UIPrerenderedIcon = true,

UIApplicationExitsOnSuspend = false,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,

},
},
}

}

Where can I put this? CFBundleIdentifier = “com.myenglishteabags.doodle”
because I can’t make it work. Is there another way to do it? Thanks Alex [import]uid: 102645 topic_id: 23758 reply_id: 323758[/import]

You could put it right after UIApplicationExitsOnSuspend = false, just remember to put a comma at the end of the line.

Also please post your code in < lua > and < /lua > tags, much more readable :wink:

Peach [import]uid: 52491 topic_id: 23758 reply_id: 95653[/import]