Skip to content

Instantly share code, notes, and snippets.

@iulianpw
Created October 21, 2013 06:39
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 iulianpw/7079536 to your computer and use it in GitHub Desktop.
Save iulianpw/7079536 to your computer and use it in GitHub Desktop.
build.settings for Corona SDK
-- Project: GameDev-Lesson-01
-- Copyright 2012 Three Ring Ranch
-- http://MasteringCoronaSDK.com
settings =
{
orientation =
{
default ="landscapeRight",
supported =
{
"landscapeLeft","landscapeRight"
},
},
iphone =
{
plist =
{
UIApplicationExitsOnSuspend = true
},
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment