I\'d like to write a script that can read info like Bundle Identifier or maybe version number from the Info.plist of the app. Xcode doesn\'t seem to give that information in
This command worked for me:
/usr/libexec/PlistBuddy -c 'print ":CFBundleIdentifier"' Info.plist