In my Xcode project there is Info.plist
file in resources. It has an attribute like this:
LSRequiresIPhoneOS
So my question is: do I have to check that? What I want is that my app finds out itself weather there is a camera or not. If not, the feature is disabled, and if yes: Cool! It must work on both iPhone and iPod Touch!
I guess that if I disable this in Info.plist
, I can still use iPhone features, and Apple will not refuse my code because of that, right?