| Revision 128,
552 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.pch |
|---|
| 3 | // Sparkle |
|---|
| 4 | // |
|---|
| 5 | // Created by Andy Matuschak on 7/23/08. |
|---|
| 6 | // Copyright 2008 Andy Matuschak. All rights reserved. |
|---|
| 7 | // |
|---|
| 8 | |
|---|
| 9 | #define SPARKLE_BUNDLE [NSBundle bundleWithIdentifier:@"org.andymatuschak.Sparkle"] |
|---|
| 10 | #define SULocalizedString(key,comment) NSLocalizedStringFromTableInBundle(key, @"Sparkle", SPARKLE_BUNDLE, comment) |
|---|
| 11 | #define SUAbstractFail() NSAssert2(nil, @"Can't call %@ on an instance of %@; this is an abstract method!", __PRETTY_FUNCTION__, [self class]); |
|---|
| 12 | |
|---|
| 13 | #ifdef __OBJC__ |
|---|
| 14 | #import <Cocoa/Cocoa.h> |
|---|
| 15 | #import "SUConstants.h" |
|---|
| 16 | #endif |
|---|
Note: See
TracBrowser
for help on using the repository browser.