Possible Duplicate:
How to support both armv6 and armv7s for release build in xcode 4.5
I have a requirement to support iOS 4.0 onwards.
However Xcode no longer supports armv6, therefore is it possible to build and distribute a single application that will support 4, 5, and 6?
Its my understanding if I was to build using an older version of Xcode then it wouldn't be able to support the 4" iPhone 5 screen size.
Therefore it seems its now impossible to create one single app that could support 4.0 upwards. Is this correct and it would be necessary to create one app for 4.3 onwards and one for < 4.3?
If that's the case, then does that mean 2 separate app submissions? And would they have to be named differently in the app store or could they have the same name etc.