sjsv·10 lat temu·discussinteresting command from one of the comments on the original article:find /Applications -path '*Autoupdate.app/Contents/Info.plist' -exec echo {} \; -exec grep -A1 CFBundleShortVersionString '{}' \; | grep -v CFBundleShortVersionStringThis gives an overview of the programs using sparkle, and which version.
find /Applications -path '*Autoupdate.app/Contents/Info.plist' -exec echo {} \; -exec grep -A1 CFBundleShortVersionString '{}' \; | grep -v CFBundleShortVersionString
This gives an overview of the programs using sparkle, and which version.