We have multiple archives in our build location. Is there a way to identify if it is 32 or 64-bit based. So that I can group them accordingly.
I tried file
command. but it didn't give the info I look for.
MYMAC:~ userid$ file MyApp.ipa
MyApp.ipa: Zip archive data, at least v1.0 to extract
I searched internet for this and I couldn't find one. Can someone please point me in right direction ?
We have a repo at unix as well. Atlas, if I am able to identify in Mac , I can sync it up with unix's list.
First, try unzip the ipa file to a directory, eg:
Second, use file command to identify the architectures, eg:
Then, you will have what you want~