I built an Xcode project for armv7, armv7s arm64. I ran lipo -info
on the resulting .a file:
Architectures in the fat file: Release-iphoneos/libhlsl2glsl.a are: armv7 (cputype (12) cpusubtype (11)) (cputype (16777228) cpusubtype (0))
What is this telling me?