Device Target on build

Is it possible to specify target devices for iOS Build?
For example, not Universal but only for iPhone o iPad.

If you open up the Xcode project, you should see a option for deployment info.

But is it possible to manage this option from Cordova?
Like for config.xml or something else?

It is if you use phonegap build, but not if your using just regular cordova

http://docs.build.phonegap.com/en_US/configuring_preferences.md.html#Preferences

Oh ok… it would have been useful

Thank you!