Here is my build.settings:
settings = {
orientation = {
default = “landscapeRight”,
supported = {“landscapeLeft”, “landscapeRight”,},
},
android = {
usesExpansionFile = true, – Enable ONLY if Google AND > 50mb
usesPermissions = {
“android.permission.INTERNET”, – all markets if Chartboost or if Call home
“android.permission.ACCESS_NETWORK_STATE”, – all markets if Chartboost or if Call home
“android.permission.READ_PHONE_STATE”, – all markets to get true device ID
“com.android.vending.CHECK_LICENSE”, – enable if Google
“android.permission.ACCESS_WIFI_STATE”, – enable if using Chartboost (recommendation)
“android.permission.WRITE_EXTERNAL_STORAGE”, – enable if using Chartboost (recommendation) of if Google + Expansion pack (mandatory)
},
},
–[rabbit1.5]: new plugins for ads and zip… just take them all
plugins =
{
– used for screen short sharing over twitter and facebook.
[“CoronaProvider.native.popup.social”] =
{
–required
publisherId = “com.coronalabs”,
},
– using new chartboost.
[“plugin.chartboost”] =
{
publisherId = “com.swipeware”
},
–[rabbit1.6] Ad this for ADS ADBUDDIZ
[“plugin.adbuddiz”] =
{
publisherId = “com.adbuddiz”,
},
– Ad Mob v2 and Vungle needs this. http://docs.coronalabs.com/daily/plugin/vungle/
[“plugin.google.play.services”] =
{
publisherId = “com.coronalabs”
},
– iAds (Remove this plugin when google compiling, it will error out on build)
[“CoronaProvider.ads.iads”] =
{
publisherId = “com.coronalabs”,
supportedPlatforms = { iphone = true, [“iphone-sim”] = true },
},
– Vungle
[“CoronaProvider.ads.vungle”] =
{
publisherId = “com.vungle”,
},
– Backbone needs to un-ZIP data
[“plugin.zip”] =
{
publisherId = “com.coronalabs”
},
},
iphone =
{
plist =
{
CFBundleShortVersionString = “2.0”,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon@2x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-60@3x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”,
“Icon-Small@3x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-120.png”,
“Icon-167.png”,
},
CFBundleLocalizations = {
“eng”, – English
“nld”, “dut”, – Dutch
“fra”, “fre”, “fro”, “frm”, – French
“deu”, “ger”, – German
“ita”, – Italian
“jpn”, – Japanese
“kor”, – Korean
“rus”, – Russian
“spa”, – Spanish
“swe”, – Swedish
–
–“zhx”, “zho”, “chi”, – Chinese
–“por”,
–“hin”, – Hindi
–“ind”,
–“may”, “msa”,
–“vie”,
–“tha”,
–“tur”,
–“ell”, “gre”, “grk”,
–“fin”,
–“hun”,
–“pol”,
–“dan”,
–“cze”, “ces”,
–“nob”, “nor”, “nno”
},
UIAppFonts =
{
“Prime Regular.otf”
},
},
},
}