Target-specific apps

Is there a way to build apps only for iPad and not universals?

Yes, you do this in your Application class. In the Inspector, set the Default iPhone Screen to None. Then you’ll be building a binary only for iPad.

but you are NOT allowed (per Apple) to target specific iPhones… you can target all iPhones -OR- iPads, or both, but you can’t “subset” the device family (ie. you cannot exclude the iPhone4s for example)

Ok, thank you Jason and Dave thank you for the clarification!