Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings =
- {
- orientation =
- {
- default = "portrait",
- supported = {"portrait"},
- },
- iphone =
- {
- plist =
- {
- UIApplicationExitsOnSuspend = false,
- CFBundleURLTypes =
- {
- {
- CFBundleURLSchemes =
- {
- "fb578055255565164",
- }
- }
- },
- CFBundleIdentifier = "org.3claws.memorytwister",
- CFBundleIconFile = "Icon.png",
- CFBundleIconFiles =
- {
- "Icon.png",
- "Icon-72.png",
- --"Icon-big.png",
- --"Icon-med.png",
- },
- UIAppFonts =
- {
- "SuperMarioGalaxy.ttf"
- }
- },
- },
- android =
- {
- usesPermissions =
- {
- "android.permission.INTERNET",
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement