From 8e148297c9ef0feda357265c91597d85769db6df Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 26 Mar 2009 02:29:06 +0000 Subject: - Update Sparkle to 1.5b6 (from 1.5b1). This should address Issue #197 as soon as the new framework is used (ie before 0.9.6) - Add a public key to the project and add a link to it in Info.plist for use by Sparkle when verifying future updates - Add a new build configuration (Distribution), and add a new script for use with only that configuration - constructs a basic disk image, asks for the private key file, and signs it. --- .../Versions/A/Resources/SUStatus.nib/classes.nib | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib (limited to 'Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib') diff --git a/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib b/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib new file mode 100644 index 00000000..22f13f8b --- /dev/null +++ b/Frameworks/Sparkle.framework/Versions/A/Resources/SUStatus.nib/classes.nib @@ -0,0 +1,56 @@ + + + + + IBClasses + + + CLASS + SUWindowController + LANGUAGE + ObjC + SUPERCLASS + NSWindowController + + + CLASS + NSApplication + LANGUAGE + ObjC + SUPERCLASS + NSResponder + + + CLASS + FirstResponder + LANGUAGE + ObjC + SUPERCLASS + NSObject + + + CLASS + NSObject + LANGUAGE + ObjC + + + CLASS + SUStatusController + LANGUAGE + ObjC + OUTLETS + + actionButton + NSButton + progressBar + NSProgressIndicator + + SUPERCLASS + SUWindowController + + + IBVersion + 1 + + -- cgit v1.2.3