How can I specify that my app runs on iPhone4 and above using project settings in xCode?
More specifically, I'm looking for devices with retina displays. I'm using XCode 4.1
Thank you!
iPhone and iPod devices with retina display have front camera. You can use this requirement.
Check this answer for details: https://stackoverflow.com/a/8789015/326017