forked from I2P_Developers/i2p.i2p
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user