Closed 0xdabbad00 closed 8 years ago
Sparkle is used by many third-party apps. It should never use HTTP. Check for that. Should be possible using:
for i in /Applications/*/Contents/Info.plist; do defaults read "$i" SUFeedURL 2>/dev/null; done
Sparkle is used by many third-party apps. It should never use HTTP. Check for that. Should be possible using: