Titanium Community Questions & Answer Archive

We felt that 6+ years of knowledge should not die so this is the Titanium Community Questions & Answer Archive

Add UIRequiredDeviceCapabilities to info.plist

From what I can tell, I'm supposed to add an UIRequiredDeviceCapabilities entry to the Info.plist file because my app requires location services and the GPS. But, I don't see that option in the properties list editor.

  1. Double-click Info.plist
  2. Click Add Child
  3. …what do I select from the list?

Thanks
Tim

— asked November 23rd 2010 by Tim Poulsen
  • info.plist
  • iphone
0 Comments

1 Answer

  • Accepted Answer

    I copied one of those grouped entries (like DeviceOrientation) and renamed it to "UIRequiredDeviceCapabilities". then you can add children like "location-services" and "gps".

    here are some informations about the properties:

    — answered November 23rd 2010 by Robert Rockmann
    permalink
    1 Comment
    • Thanks! I didn't think to try copying an entry. I expected an insert option that just put in a blank entry or something in the add key menu.

      — commented November 23rd 2010 by Tim Poulsen
The ownership of individual contributions to this community generated content is retained by the authors of their contributions.
All trademarks remain the property of the respective owner.