Files
Sparkle/generate_appcast/Bridging-Header.h
Zorg 1c560652e7 Remove ed25519 git submodule (#2244)
Also allow release scripts to work without git repository and bump the Sparkle versions.
2022-08-27 10:46:29 -07:00

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"