20 lines
587 B
C
20 lines
587 B
C
//
|
|
// SUConstants.h
|
|
// Sparkle
|
|
//
|
|
// Created by Andy Matuschak on 3/16/06.
|
|
// Copyright 2006 Andy Matuschak. All rights reserved.
|
|
//
|
|
|
|
extern NSString *SUUpdaterWillRestartNotification;
|
|
|
|
extern NSString *SUCheckAtStartupKey;
|
|
extern NSString *SUFeedURLKey;
|
|
extern NSString *SUShowReleaseNotesKey;
|
|
extern NSString *SUSkippedVersionKey;
|
|
extern NSString *SUScheduledCheckIntervalKey;
|
|
extern NSString *SULastCheckTimeKey;
|
|
extern NSString *SUExpectsDSASignatureKey;
|
|
extern NSString *SUPublicDSAKeyKey;
|
|
extern NSString *SUAutomaticallyUpdateKey;
|
|
extern NSString *SUAllowsAutomaticUpdatesKey; |