iphone: Adding UIRequiredDeviceCapabilitie
- by pion
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:
Open my Info.plist
Click +
Add UIRequiredDeviceCapabilities on the Key column
Add still-camera on the Value column
Save the updated Info.plist
Is this the correct way?
Thanks in advance for your help.