My Corona SDK is 2014.2317, my xCode is 5.5.1 my OS X 10.9.3 …
my config.lua
– config.lua for project: Confucius Provinces
– Managed with http://OutlawGameTools.com
– Copyright 2013 . All Rights Reserved.
– cpmgen config.lua
application =
{
content =
{
width = 320,
height = 320 * display.pixelHeight / display.pixelWidth,
scale = “letterbox”,
audioPlayFrequency = 44100,
imageSuffix={
["@2x"]=2
}
}
}
and the build.settings
– build.settings for project: ConfuciusProvinces
– Managed with http://OutlawGameTools.com
– Copyright 2013 . All Rights Reserved.
– cpmgen build.settings
– http://docs.coronalabs.com/guide/distribution/buildSettings/index.html
– http://developer.coronalabs.com/content/configuring-projects
– http://developer.android.com/reference/android/Manifest.permission.html
settings =
{
android={
usesPermissions={
“android.permission.INTERNET”,
“android.permission.MODIFY_AUDIO_SETTINGS”,
},
},
iphone ={
plist =
{
UIPrerenderedIcon = true,
UIStatusBarHidden = true,
UIAppFonts ={ “fetteengschrift.ttf”,
“Comic Sans MS.ttf”,
“HelveticaNeueLTStd-Ex.otf”},
--facebook
UIApplicationExitsOnSuspend = false,
CFBundleDisplayName = “YCT-IV”,
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”
}}},
orientation =
{
default = “portrait”,
content = “portrait”,
supported = {“portrait”},
},
}
Can your help