View Single Post
AvisNocturna

 
Member Since: Apr 27, 2011
Posts: 11
AvisNocturna is on a distinguished road

AvisNocturna is offline
Hi!

You need to add the key UIDeviceFamily as an array to your Info.plist with the values 1 and 2 in that array to get your app running on both, iPhone and iPad.

The screenshot you've posted is from a single XIB file. If you want to check the deployment os version, check your project settings.
QUOTE Thanks