forked from I2P_Developers/i2p.i2p

installer resources with the fat jar (we add an exclusion list later) which the base directory will be built(or updated if lacking files) upon startup of the I2P router. This is done by the OSXDeployment class which is an extension for the DeployProfile class written for Mac OS X. Since the app bundle itself should be R/O, we use ~/Library/I2P as base path, and continue using ~/Library/Application Support/i2p as config path. The BB code will have other paths.
The Mac OS X Launcher
Note this project is WIP, cause Meeh has yet to merge in Obj-C/Swift code for GUI stuff in OSX.
However, this is a thin wrapper launching both Mac OS X trayicon and the I2P router - and make them talk together.
More code will be merged in, it's just a f* mess which Meeh needs to clean up and move into repo.