Showing posts tagged plist

Capturing the version of an OSX application via commandline

I recently needed to capture the version of OSX components (application, bundle, quicktime components) via the commandline as part of some administration infrastructure I was building. After doing some research and experimentation, I came to the conclusion that it could best be built using PlistBuddy.

Here is the script that I built. I hope you find it as useful as I have:

https://gist.github.com/660130