The docs here:
http://developer.coronalabs.com/content/configuring-projects
state that this should work:
settings =
{
orientation =
{
default = "landscapeRight",
content = "landscapeRight",
supported =
{
"landscapeLeft", "landscapeRight", "portrait"
},
},
iphone =
{
plist =
{
UIInterfaceOrientation = "UIInterfaceOrientationLandscapeLeft",
UISupportedInterfaceOrientations =
{
"UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight",
"UIInterfaceOrientationPortrait"
},
UIApplicationExistsOnSuspend = false,
UIStatusBarHidden = true,
UIFileSharingEnabled = false,
UIPrerenderedIcon = true,
CFBundleDisplayName = "Game Name",
},
},
}
settings.iphone.plist["UIRequiredDeviceCapabilities~ipod"] = "front-facing-camera"
settings.iphone.plist["UIRequiredDeviceCapabilities~iphone"] = "front-facing-camera"
Yet I can still install and launch on an iPod 3rd Gen without a front-facing-camera.
Could really use some build.settings help here. Thanks! [import]uid: 21331 topic_id: 35291 reply_id: 335291[/import]