Different settings for iPhone and iPad
Hello ![]()
I am working on an iOS application targeting both iPhone and iPad.
The design and interface of my application is different for iPhone and iPad. Because of this I want to set different values for <aspectRatio> and <autoOrients> in the descriptor file.
Actually what I want is this:
iPhone:
<aspectRatio>portrait</aspectRatio>
<autoOrients>false</autoOrients>
iPad:
<autoOrients>true</autoOrients>
I don't want to specify a value for aspectRatio.
The problem is that I don't see a way to specify different values based on the device.
Thanks in advance.