Command line tool to parse .app or .ipa file

In the script, I write, I want to be able to parse the .ipa or .app file to determine some of its internal components, such as the SDK with which it was built. Is there a command line tool that allows you to do this? If so, what other information can you get from him?

+4
source share
1 answer

Take a look at this: https://github.com/apperian/iOS-checkIPA (a tool called iOS IPA Validator, originally G. Gold, supported by James Seibel)

It helps me.

It is also interesting: https://github.com/sjmulder/ipa

0

All Articles