iphone: Adding UIRequiredDeviceCapabilitie

Posted by pion on Stack Overflow See other posts from Stack Overflow or by pion
Published on 2010-04-24T01:04:09Z Indexed on 2010/04/24 1:13 UTC
Read the original article Hit count: 351

Filed under:

I am reading the "Device Support - Setting Required Hardware Capabilities" on http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedFeatures/AdvancedFeatures.html

I want to add still-camera capability by doing the following:

  1. Open my Info.plist
  2. Click +
  3. Add UIRequiredDeviceCapabilities on the Key column
  4. Add still-camera on the Value column
  5. Save the updated Info.plist

Is this the correct way?

Thanks in advance for your help.

© Stack Overflow or respective owner

Related posts about iphone