build.settings: IPhone Portrait & Ipad landscape

Hi all,
I'm developing a new app for read some texts using Corona SDK and I want to use it with Portrait orientation by default on Iphone devices and Landscape by default on Ipad.

how can I check the device on build.settings file?

1
2
3
4
5
6
7
8
--build.settings
settings =
{
        orientation =
        {
                default ="portrait" 
        },
}

Thanks @waulok!

views:1638 update:2011/9/28 8:56:32
corona forums © 2003-2011