I've upgraded to XCode 4.5 to add armv7s arch support, however, I found that you cannot generate armv6 binaries with XCode 4.5.
I already support armv6, but, wanting to support armv7s with XCode 4.5 seems to force me to contradict the clause: "You are permitted to expand your device requirements only. Submitting an update to your binary to restrict your device requirements is not permitted."
Does anyone know if we are allowed to drop armv6, or if there's a workaround?
It is probably also worth mentioning that I'm building a framework (library), not an app. So I want to support app developers.