I was wondering what everyone’s looks like. Mine currently looks like this, but I think I’m going to make it only support landscape. I’m sure I’ll learn how after seeing you guys post some of yours.
[lua]settings =
{
orientation =
{
default = “portrait”,
supported = {“portrait”},
},
iphone =
{
plist =
{
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles =
{
“Icon.png”,
“Icon@2x.png”,
“Icon-72.png”,
},
},
},
android =
{
versionCode = “1”
versionName = “1.0”
},
}[/lua]
Anyways, what does yours look like? [import]uid: 103624 topic_id: 17680 reply_id: 317680[/import]
[import]uid: 52491 topic_id: 17680 reply_id: 67379[/import]