mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
Also allow release scripts to work without git repository and bump the Sparkle versions.
16 lines
413 B
Objective-C
16 lines
413 B
Objective-C
#import <Foundation/Foundation.h>
|
|
|
|
#import "SUStandardVersionComparator.h"
|
|
#import "SUConstants.h"
|
|
#import "SUErrors.h"
|
|
#import "SUUnarchiver.h"
|
|
#import "SUBinaryDeltaUnarchiver.h"
|
|
#import "SUBinaryDeltaCreate.h"
|
|
#import "SUBinaryDeltaApply.h"
|
|
#import "SUBinaryDeltaCommon.h"
|
|
#import "SUSignatures.h"
|
|
#import "SUCodeSigningVerifier.h"
|
|
#import "SPUInstallationType.h"
|
|
#import "SUFileManager.h"
|
|
#import "ed25519.h"
|