Skip to content

Instantly share code, notes, and snippets.

@JamesMcMahon
Last active February 10, 2016 15:21
Show Gist options
  • Save JamesMcMahon/b9f30670f7870c82a779 to your computer and use it in GitHub Desktop.
Save JamesMcMahon/b9f30670f7870c82a779 to your computer and use it in GitHub Desktop.
#!/usr/bin/env bash
# find /Applications -path '*Autoupdate.app/Contents/Info.plist' -exec echo {} \; -exec grep -A1 CFBundleShortVersionString '{}' \; | grep -v CFBundleShortVersionString
find /Applications/ -path '*Sparkle.framework*/Info.plist' -exec echo {} \; -exec grep -A1 CFBundleShortVersionString '{}' \; | grep -v CFBundleShortVersionString
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment