I'm building Metal apps. Some hardware, like the iPad mini 2, is not too powerful, my apps can't run on it, tho it supports iOS 12, so changing my iOS target won't help preventing an install from that device.
I want to support A9
or better, maybe A8
, tho not A7
or worse.
My current Valid Architectures
are arm64 armv7 armv7s
. My iOS target is iOS 10
.
What build settings are you guys using to only white list newer devices?