Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add UIRequiredDeviceCapabilities to info.plist using Xcode [duplicate]

Is there a preset entry that can be selected for UIRequiredDeviceCapabilities(most standard keys are in a pull down list)? Or do we need to manually add an entry and change it to a dictionary of keys with boolean values?

I tried something like this:

enter image description here

like image 412
prostock Avatar asked Sep 11 '25 16:09

prostock


1 Answers

This question How to properly set UIRequiredDeviceCapabilities? provides the answer you are looking for as well as a link to the proper spot in the documentation here: http://developer.apple.com/library/ios/#qa/qa1397/_index.html if you have any further questions. Hope that solves it. - Rich

like image 171
rich Avatar answered Sep 14 '25 07:09

rich