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: 375
iphone
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.
© Stack Overflow or respective owner