haider
haider

Reputation: 2408

Where can i see the different UIRequiredDeviceCapabilities settings for each iOS device

UIRequiredDeviceCapabilities is used in plist to limit your app to devices with specific capabilities. I'm curious if there is a list out there that shows all the different Apple iOS devices and list the capabilities that they have.

Upvotes: 2

Views: 421

Answers (1)

JScarry
JScarry

Reputation: 1507

Oddly enough I asked myself almost the same question this morning. And Wikipedia has just what we are looking for. You'll need to do some translation of the features into the appropriate UIRequiredDeviceCapabilities name.

The link is here

Upvotes: 2

Related Questions