Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- cpmgen build.settings
- settings =
- {
- androidPermissions =
- {
- -- Permission to access the GPS.
- "android.permission.ACCESS_FINE_LOCATION",
- -- Permission to retrieve current location from WiFi or cellular service.
- "android.permission.ACCESS_COARSE_LOCATION",
- },
- orientation =
- {
- default ="portrait",
- content = "portrait",
- supported =
- {
- "portrait"
- }
- },
- iphone = {
- plist = {
- UIApplicationExitsOnSuspend = false,
- CFBundleURLTypes =
- {
- {
- CFBundleURLSchemes =
- {
- "fb342224545897895",
- }
- }
- },
- CFBundleIdentifier = "org.3claws.maincrowbuster",
- CFBundleIconFile = "Icon.png",
- CFBundleIconFiles = {
- "Icon.png",
- "Icon-72.png"
- },
- },
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement