Files
i2p.i2p/launchers/macosx/I2PLauncher/I2PLauncher-Bridging-Header.h
meeh 7a72049e28 Mac OS X Launcher:
* 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
2018-09-23 03:33:29 +00:00

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"