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
This commit is contained in:
meeh
2018-09-23 03:33:29 +00:00
parent 3b38f5a161
commit 7a72049e28
15 changed files with 109 additions and 153 deletions

View File

@@ -39,15 +39,6 @@ const std::vector<std::string> defaultFlagsForExtractorJob {
@class I2PRouterTask;
@interface I2PRouterTask : NSObject
@property (strong) NSTask* routerTask;
// TODO: Not in use, remove?
/*
@property (strong) NSUserDefaults *userPreferences;
@property (strong) NSFileHandle *readLogHandle;
@property (strong) NSMutableData *totalLogData;
@property (strong) NSFileHandle *input;
*/
@property (strong) NSPipe *processPipe;
@property (atomic) BOOL isRouterRunning;
@property (atomic) BOOL userRequestedRestart;