Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server
Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server
- Subject: Re: PSA: Does your app use Sparkle? Update it, or use an HTTPS server
- From: Peter Teeson <email@hidden>
- Date: Wed, 10 Feb 2016 13:00:42 -0500
This worked for me:
find /Applications -path '*Autoupdate.app/Contents/Info.plist' -exec echo {} \; -exec grep -A1 CFBundleShortVersionString '{}' \; | grep -v CFBundleShortVersionString
and I got it from this link:
<http://arstechnica.com/security/2016/02/huge-number-of-mac-apps-vulnerable-to-hijacking-and-a-fix-is-elusive/?comments=1&post=30615899 <http://arstechnica.com/security/2016/02/huge-number-of-mac-apps-vulnerable-to-hijacking-and-a-fix-is-elusive/?comments=1&post=30615899>>
It found 6 apps in Applications….
respect…
Peter
> On Feb 10, 2016, at 10:43 AM, sqwarqDev <email@hidden> wrote:
>
> OK, I've started adding version numbers to this script now to avoid confusion. :~!
>
> Latest 'update' is v1.3 (fixed: the 'choose folder' option now works correctly):
>
> I don't think this is the last version...there's at least one outstanding problem one person's having that I'm waiting to here more about (I can't reproduce it myself, but will post an update if / when needed).
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden