I'm just wondering if my iOS apps are 64 bit now after they've been updated to iOS 7 or if I missed something since I can't see any information in Xcode regarding how many bits my app has? Maybe I have to add another architecture, but my iPhone 5s just says "ARM", not "ARMvX" or something like that?
My current values are:
Guess "arm64" makes it 64 bit, so everything should be OK?
My current values are:
VALID_ARCHS = arm64 armv7 armv7s
Guess "arm64" makes it 64 bit, so everything should be OK?
Last edited: