22 lines
513 B
Objective-C
22 lines
513 B
Objective-C
//
|
|
// Sparkle.h
|
|
// Sparkle
|
|
//
|
|
// Created by Andy Matuschak on 3/16/06.
|
|
// Copyright 2006 Andy Matuschak. All rights reserved.
|
|
//
|
|
|
|
#import "SUUpdater.h"
|
|
#import "SUUtilities.h"
|
|
#import "SUConstants.h"
|
|
#import "SUAppcast.h"
|
|
#import "SUAppcastItem.h"
|
|
#import "SUUpdateAlert.h"
|
|
#import "SUAutomaticUpdateAlert.h"
|
|
#import "SUStatusController.h"
|
|
#import "SUUnarchiver.h"
|
|
#import "SUStatusChecker.h"
|
|
|
|
#import "NSApplication+AppCopies.h"
|
|
#import "NSFileManager+Authentication.h"
|
|
#import "NSFileManager+Verification.h" |