Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings = {
- orientation =
- {
- default = "portrait",
- supported =
- {
- "portrait", "portraitUpsideDown"
- },
- },
- androidPermissions =
- {
- "android.permission.INTERNET",
- },
- iphone =
- {
- plist=
- {
- components = {},
- UIPrerenderedIcon = false,
- UIStatusBarHidden=true,
- UIApplicationExitsOnSuspend = false,
- UIAppFonts =
- {
- "QuadratSerial.ttf",
- },
- CFBundleIconFile = "Icon.png",
- CFBundleIconFiles = {
- "Icon-72.png" ,
- "Icon-Small-50.png" ,
- "Icon-Small.png",
- "Icon.png",
- },
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement