are these target platform/device enough for all of...
# ios
s
are these target platform/device enough for all of models ( > iphone 5s)?
j
For the devices 5s and above you only need iosArm64. The iPhone 5/5c was the last Arm32 device
iosX64 is only for developing and testing in the simulator.
So all current targets support all recent Apple devices as far as I know. (tvOS and watchOS included since a recent release)
s
The only thing not possible right now is to make a catalyst app.