Skip to content

Instantly share code, notes, and snippets.

@rbreve
Created July 17, 2013 00:46
Show Gist options
  • Save rbreve/6016669 to your computer and use it in GitHub Desktop.
Save rbreve/6016669 to your computer and use it in GitHub Desktop.
settings =
{
orientation =
{
default = "portrait",
supported = { "portrait" }
},
android =
{
usesPermissions =
{
"android.permission.INTERNET",
},
},
iphone =
{
plist =
{
CFBundleIconFile = "Icon.png",
CFBundleIconFiles =
{
"Icon.png",
"[email protected]",
"Icon-72.png",
"[email protected]",
},
UIApplicationExitsOnSuspend = false, -- must be false for single sign-on to work
FacebookAppID = "9999999999999",
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
"fb9999999999999", -- replace XXXXXXXXX with your facebook appId
}
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment