After doing some minor modifications to my app and loading it up into the latest xcode version, I’ve noticed the following settings.
Should I remove armv6?
The option in the drop down says armv7, armv7s.
What should I set ?

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you don’t really want to support iPhone
3Gand lower (not3GS) then you can removearmv6. If you do, then you’ll need to support onlyiOS 4.*and lower, and i don’t think you really need it.So, you can feel free to remove
armv6from the list.