Skip to content

Instantly share code, notes, and snippets.

@walterlua
Created October 9, 2012 05:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save walterlua/3856880 to your computer and use it in GitHub Desktop.
Save walterlua/3856880 to your computer and use it in GitHub Desktop.
Corona: iOS 6, GameCenter, Landscape workaround
settings =
{
orientation =
{
default = "landscapeRight",
supported =
{
"landscapeRight",
"landscapeLeft",
},
},
iphone =
{
plist =
{
CoronaUseIOS6LandscapeOnlyWorkaround = true,
},
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment