I want to write a program to get app details, e.g. app name, version, bundle identifier, from an ipa file. However this file is not a plain text file, it's encoded in some way and my program cannot parse it.
Is there any way to decode this file?
UPDATE
To clarify the question, I'm writing a python program to get app details from ipa files that I exported from Xcode.
For those without Apple Developer logins, here's the two answers from the accepted answer's link (you have to login to see it):
PlistBuddy
/usr/libexec/PlistBuddy -c "Print :CFBundleIdentifier" yourBinaryOrXmlPlist.plist