Support both armv6 and iOS 6 in an App Store app?
Since Xcode 4.5, we are unable to build for armv6 and thus unable to support devices like iPhone 3G anymore. Would it be possible to use, say, Xcode 4.3 to generate a properly signed armv6 binary and then use lipo to combine that binary and the Xcode-4.5-generated armv7 binary into a fat one? How would I go about this? Does anyone know a good tutorial? Would the resulting fat binary be allowed for submission to the App Store? The code signature would no longer match after modifying a binary using lipo. So the bundle would need to be re-codesigned afterwards. Apps built with Xcode 4.4 and even