forked from I2P_Developers/i2p.i2p

* Bugfixes as always * Added Sparkle (native updater, https://sparkle-project.org/ ) * The launcher will now extract and overwrite older versions if found * Rewrite of the java extraction part (to enable overwrite) * Move more functionality to use EventManager as it works quite well * Added check for updates menu item
10 lines
240 B
Objective-C
10 lines
240 B
Objective-C
//
|
|
// Use this file to import your target's public headers that you would like to expose to Swift.
|
|
//
|
|
#import "SBridge.h"
|
|
#import "AppleStuffExceptionHandler.h"
|
|
#import "AppDelegate.h"
|
|
#import "RouterTask.h"
|
|
#import "Sparkle/SUUpdater.h"
|
|
|