2010-09-20 19:44:17 -05:00
|
|
|
//
|
|
|
|
// 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.
|
|
|
|
//
|
|
|
|
|
|
|
|
#ifndef SPARKLE_H
|
|
|
|
#define SPARKLE_H
|
|
|
|
|
|
|
|
// 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:
|
|
|
|
|
2011-02-22 12:00:36 -06:00
|
|
|
#import <Sparkle/SUUpdater.h>
|
2010-09-20 19:44:17 -05:00
|
|
|
|
2011-02-22 12:00:36 -06:00
|
|
|
#import <Sparkle/SUAppcast.h>
|
|
|
|
#import <Sparkle/SUAppcastItem.h>
|
|
|
|
#import <Sparkle/SUVersionComparisonProtocol.h>
|
2010-09-20 19:44:17 -05:00
|
|
|
|
|
|
|
#endif
|