Thank you to take time to help me.
settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight","landscapeLeft" } }, iphone = { plist = { UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend --[[ -- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLSchemes = { "fbXXXXXXXXXXXXXX", -- example scheme for facebook "coronasdkapp", -- example second scheme } } }, --]] -- Icon image files table 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-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png" }, -- Launch image files table (see section below) UILaunchImages = { }, } }, window = { -- Settings for the desktop window; applies to both Win32 and OS X desktop apps }, excludeFiles = { -- Exclude all files at paths which end with "secret.txt" -- pour version dev voir dans niveau 1451 all ={"\*@1x.png","\*@2x.png","\*@2x.jpg","\*@2x.jpeg" },-- version lte --"\*@4x.png","\*@4x.jpg","\*@4x.jpeg" }, -- "\*@1x.png" --{"\*@4x.png","\*@4x.jpg","\*@4x.jpeg"} -- all ={"\*@1x.png"},-- version mde -- all ={"\*@4x.png","\*@4x.jpg","\*@4x.jpeg"}, -- version large }, android = { supportsScreens = { smallScreens = true, normalScreens = true, largeScreens = true, xlargeScreens = true, }, usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.WRITE\_INTERNAL\_STORAGE", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.android.vending.BILLING", "com.android.vending.CHECK\_LICENSE", }, }, plugins = { -- key is the name passed to Lua's 'require()' -- ["plugin.openssl"] = -- { -- required -- publisherId = "com.coronalabs", -- }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs" }, ["CoronaProvider.gameNetwork.google"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, }