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