I want to use a framework which recommends to disable armv6 support in Xcode. Though I am not sure what consequences this has.
As I understand so far, any device older or slower than a 3GS does not have armv7 and only armv6. So when I drop support for armv6 I assume my app binary becomes smaller and it will stop running on these old devices?
If you drop armv6 support do you need to specify anything else for required device capabilities to exclude devices that only have armv6?