Restricting an app to arm7s and arm64

I need to restrict my app to newer devices. Restricting to arm7s and arm64 would hit the correct devices for me. Will removing other targets (such as arm7) from the VALID ARCHITECTURES list in the build settings do the job?


I already got in trouble for using the bluetooth-le flag in the UIRequiredDeviceCapabilities in the pList so wan’t to get it right this time. Is there any wayof specifying (arm7s OR arm64) in the UIRequiredDeviceCapabilities?


Thanks in advance.

Zoo

>Restricting to arm7s and arm64 would hit the correct devices for me.


If you restrict to one, then you exclude the other. Pick one.


See table 6 at this link:


https://developer.apple.com/library/ios/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW3

Restricting an app to arm7s and arm64
 
 
Q