Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings =
- {
- orientation =
- {
- default = "portrait",
- supported = { "portrait", "landscapeLeft", "landscapeRight","portraitUpsideDown"}
- },
- iphone =
- {
- plist =
- {
- UIApplicationExitsOnSuspend=true,
- UIHiddenStatusBar= true,
- CFBundleIconFile = "Icon.png",
- CFBundleIconFiles =
- {
- "Icon.png",
- "Icon-60.png",
- "Icon-72.png",
- "Icon-76.png",
- "Icon-Small.png",
- "Icon-Small-40.png",
- "Icon-Small-50.png",
- },
- },
- plugins =
- {
- --key is the name passed to Lua's 'require()'
- ["CoronaProvider.ads.iads"] =
- {
- --required
- publisherId = "com.coronalabs",
- supportedPlatforms = { iphone=true, ["iphone-sim"]=true },
- },
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement