Skip to content

Instantly share code, notes, and snippets.

@ziggear
Created July 3, 2013 03:47
Show Gist options
  • Save ziggear/5915314 to your computer and use it in GitHub Desktop.
Save ziggear/5915314 to your computer and use it in GitHub Desktop.
plutil -p xml1 Info.plist | grep "BundleName" | sed 's/ "\(.*\)" => "\(.*\)"/\2/'
plutil -p xml1 Info.plist | grep "BundleShortVersionString" | sed 's/ "\(.*\)" => "\(.*\)"/\2/'
plutil -p xml1 Info.plist | grep "BundleDisplayName" | sed 's/ "\(.*\)" => "\(.*\)"/\2/'
plutil -p xml1 Info.plist | grep "BundleIdentifier" | sed 's/ "\(.*\)" => "\(.*\)"/\2/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment