Update Sparkle to 1.27.1 for Apple Silicon support.
[macgdbp.git] / Sparkle.framework / Versions / A / Headers / Sparkle.h
1 //
2 // Sparkle.h
3 // Sparkle
4 //
5 // Created by Andy Matuschak on 3/16/06. (Modified by CDHW on 23/12/07)
6 // Copyright 2006 Andy Matuschak. All rights reserved.
7 //
8
9 #ifndef SPARKLE_H
10 #define SPARKLE_H
11
12 // This list should include the shared headers. It doesn't matter if some of them aren't shared (unless
13 // there are name-space collisions) so we can list all of them to start with:
14
15 #pragma clang diagnostic push
16 // Do not use <> style includes since 2.x has two frameworks that need to work: Sparkle and SparkleCore
17 #pragma clang diagnostic ignored "-Wquoted-include-in-framework-header"
18
19 #import "SUAppcast.h"
20 #import "SUAppcastItem.h"
21 #import "SUStandardVersionComparator.h"
22 #import "SUUpdater.h"
23 #import "SUUpdaterDelegate.h"
24 #import "SUVersionComparisonProtocol.h"
25 #import "SUVersionDisplayProtocol.h"
26 #import "SUErrors.h"
27
28 #import "SPUDownloader.h"
29 #import "SPUDownloaderDelegate.h"
30 #import "SPUDownloadData.h"
31 #import "SPUDownloaderProtocol.h"
32 #import "SPUDownloaderSession.h"
33 #import "SPUURLRequest.h"
34 #import "SUCodeSigningVerifier.h"
35
36 #pragma clang diagnostic pop
37
38 #endif