pjs/camino/sparkle
alqahira%ardisson.org 31850df35f Bug 426001 - Fix build failure in Sparkle with 10.5 SDK by including fix from Sparkle trunk. Patch by Chris Lawson <cl-bugs-new@chrislawson.net>, r/sr=smorgan 2008-03-31 21:55:55 +00:00
..
SUStatus.nib
Sparkle.xcodeproj 412387 [10.5] Sparkle update relaunch bounces for a long time before showing quarantine dialog. r=smorgan 2008-01-23 02:15:57 +00:00
Test Application
ca.lproj
cs.lproj
cy.lproj
da.lproj
de.lproj
el.lproj
en.lproj
es.lproj
fi.lproj
fr.lproj
fr_ca.lproj
he.lproj
hu.lproj
id.lproj
is.lproj
it.lproj
ja.lproj
ko.lproj
nl.lproj
no.lproj
pl.lproj
pt.lproj
ru.lproj
se.lproj
sk.lproj
sv.lproj
th.lproj
tr.lproj
zh_CN.lproj
zh_TW.lproj
.cvsignore 408498 Makefile cleanup. r=ardissone a/1.6b1=me 2007-12-17 16:21:00 +00:00
Documentation.zip
Info.plist
License.txt
NSApplication+AppCopies.h
NSApplication+AppCopies.m
NSFileManager+Authentication.h
NSFileManager+Authentication.m 412387 [10.5] Sparkle update relaunch bounces for a long time before showing quarantine dialog. r=smorgan 2008-01-23 02:15:57 +00:00
NSFileManager+ExtendedAttributes.h 412387 [10.5] Sparkle update relaunch bounces for a long time before showing quarantine dialog. r=smorgan 2008-01-23 02:15:57 +00:00
NSFileManager+ExtendedAttributes.m 412387 [10.5] Sparkle update relaunch bounces for a long time before showing quarantine dialog. r=smorgan 2008-01-23 02:15:57 +00:00
NSFileManager+Verification.h
NSFileManager+Verification.m
NSString+extras.h
NSString+extras.m
README Bug 426001 - Fix build failure in Sparkle with 10.5 SDK by including fix from Sparkle trunk. Patch by Chris Lawson <cl-bugs-new@chrislawson.net>, r/sr=smorgan 2008-03-31 21:55:55 +00:00
RSS.h
RSS.m Camino only - Bug 405901: Fix Sparkle's XML attribute handling. r/sr=pink 2007-11-30 16:37:28 +00:00
Release Notes.rtf
SUAppcast.h
SUAppcast.m
SUAppcastItem.h
SUAppcastItem.m Camino only - Bug 412857: Don't show CFBundleVersion in Sparkle update panel. r/sr=mento 2008-01-18 18:40:03 +00:00
SUAutomaticUpdateAlert.h
SUAutomaticUpdateAlert.m
SUConstants.h
SUConstants.m
SUStatusChecker.h
SUStatusChecker.m
SUStatusController.h
SUStatusController.m
SUUnarchiver.h
SUUnarchiver.m Bug 426001 - Fix build failure in Sparkle with 10.5 SDK by including fix from Sparkle trunk. Patch by Chris Lawson <cl-bugs-new@chrislawson.net>, r/sr=smorgan 2008-03-31 21:55:55 +00:00
SUUpdateAlert.h
SUUpdateAlert.m
SUUpdater+Authentication.m
SUUpdater+DSA.m
SUUpdater.h
SUUpdater.m 413709 Don't automatically update unofficial builds. Only put our app.update.url into official builds. Disable update UI if there's no app.update.url. Show a tooltip for disabled items to keep people from getting too confused. r=smorgan 2008-01-29 19:37:34 +00:00
SUUtilities.h
SUUtilities.m Camino only - Bug 412857: Don't show CFBundleVersion in Sparkle update panel. r/sr=mento 2008-01-18 18:40:03 +00:00
Sparkle.h
Sparkle.icns
Sparkle_Prefix.pch
md5.c
md5.h

README

Sparkle is an MIT-like-licensed framework used for Camino's auto-update
functionality. See http://sparkle.andymatuschak.org/ for more information about
Sparkle. The Sparkle framework is shipped inside Camino's bundle, and some glue
code is included in Camino itself.

This is based on trunk r52 of Sparkle:
svn co -r52 http://code.andymatuschak.org/sparkle/trunk Sparkle
with the following changes:
- Bug 405901: fix an XML attribute handling bug (already part of Sparkle trunk)
- Bug 412857: don't show CFBundleVersion (Sparkle ticket 150; may require some
  change on our part when we switch to trunk)
- Bug 412837: keep updates out of the quarantine
- In support of bug 413709: let an empty value for SUFeedURLKey disable updates
- Bug 426001: fix build error with 10.5 SDK in SUUnarchiver.m (already part of
  Sparkle trunk)