| Revision 128,
536 bytes
checked in by speck, 4 years ago
(diff) |
|
Fixed missing display of update notes in Sparkle. Embedded Sparkle so subversion has the proper version instead of having to download Sparkle and apply several patches.
|
| Line | |
|---|
| 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 | #import <Sparkle/SUUpdater.h> |
|---|
| 16 | |
|---|
| 17 | #import <Sparkle/SUAppcast.h> |
|---|
| 18 | #import <Sparkle/SUAppcastItem.h> |
|---|
| 19 | #import <Sparkle/SUVersionComparisonProtocol.h> |
|---|
| 20 | |
|---|
| 21 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.