From 805aacd10db95bfe5db463a4a4e79efb8a9c8a95 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Thu, 26 Mar 2009 02:21:02 +0000 Subject: - Remove the old Sparkle framework version prior to updating --- .../Sparkle.framework/Versions/A/Headers/Sparkle.h | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h (limited to 'Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h') diff --git a/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h b/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h deleted file mode 100644 index 924ce289..00000000 --- a/Frameworks/Sparkle.framework/Versions/A/Headers/Sparkle.h +++ /dev/null @@ -1,63 +0,0 @@ -// -// Sparkle.h -// Sparkle -// -// Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07) -// Copyright 2006 Andy Matuschak. All rights reserved. -// - -// -// Prefix header for all source files of the 'Sparkle' target in the 'Sparkle' project. -// - -#ifndef SPARKLE_H -#define SPARKLE_H - -#define SULocalizedString(key,comment) NSLocalizedStringFromTableInBundle(key, @"Sparkle", [NSBundle bundleForClass:[self class]], comment) - -#ifdef __OBJC__ -#import -#import "SUConstants.h" -#endif - - -// This list should include the shared headers. It doesn't matter if some of them aren't shared (unless -// there are name-space collisions) so we can list all of them to start with: - -#import "NSBundle+SUAdditions.h" -#import "NSFileManager+Aliases.h" -#import "NSFileManager+Authentication.h" -#import "NSFileManager+Verification.h" -#import "NSString+extras.h" -#import "NSURL+Parameters.h" -#import "NSWorkspace_RBAdditions.h" -#import "NSWorkspace+SystemVersion.h" - -#import "NTSynchronousTask.h" - -#import "RSS.h" - -#import "SUAppcast.h" -#import "SUAppcastItem.h" -#import "SUAutomaticUpdateAlert.h" -#import "SUAutomaticUpdateDriver.h" -#import "SUBasicUpdateDriver.h" -#import "SUConstants.h" -#import "SUInstaller.h" -#import "SUProbingUpdateDriver.h" -#import "SUScheduledUpdateDriver.h" -#import "SUStandardVersionComparator.h" -#import "SUStatusController.h" -#import "SUSystemProfiler.h" -#import "SUUIBasedUpdateDriver.h" -#import "SUUnarchiver.h" -#import "SUUpdateAlert.h" -#import "SUUpdateDriver.h" -#import "SUUpdater.h" -#import "SUUpdatePermissionPrompt.h" -#import "SUUserInitiatedUpdateDriver.h" -#import "SUUserDefaults.h" -#import "SUVersionComparisonProtocol.h" -#import "SUWindowController.h" - -#endif -- cgit v1.2.3