Skip to content

hyphanet/mactray

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
August 6, 2022 01:30
January 22, 2018 01:48
January 22, 2018 01:48
January 22, 2018 01:48
January 22, 2018 01:48
December 1, 2015 21:59
January 22, 2018 01:29
December 11, 2015 22:15
January 22, 2018 01:48
March 8, 2017 20:15

FreenetTray

About

A menu bar app for Freenet for OS X.

  • Menu bar icon shows whether or not Freenet is running
  • Automatically starts Freenet at login
  • Allows users to start and stop Freenet manually
  • Provides easy access to the downloads folder
  • Built-in Freenet installer with bundled Java package

Screenshots

Menu Bar

Menu Bar

Settings

Settings

Installer

Installer Prompt

Installer Location Window

Installer In Progress

Installer Finished

Changelog

See the Changelog.md file

Licensing

See the Acknowledgements file for license and copyright information

Build instructions

Before doing anything, ensure you have the following things on the build machine:

  • A 64-bit Intel Mac running OS X 10.10+
  • Xcode 7.x+ installed (must have the OS X 10.11 SDK)

DO NOT open FreenetTray.xcodeproj directly! The application requires CocoaPods, which will build the 3rd party library dependencies for you and generate an Xcode workspace for you to use.

Build steps

First, open a terminal and change directory to the source code location:

$ cd /path/to/mactray/

You will then need to install CocoaPods:

$ sudo gem install cocoapods

Now allow CocoaPods to download and build the required 3rd party libraries:

$ pod install

Cocoapods may take a few minutes, but quickly display build results like this:

Analyzing dependencies

Downloading dependencies
Installing CocoaAsyncSocket <version number>
Installing IYLoginItem <version number>
Generating Pods project
Integrating client project

Now there should be a FreenetTray.xcworkspace file, open it:

$ open FreenetTray.xcworkspace 

Now you can build and run the application, or archive it for distribution.

When built against the OS X 10.11 SDK, the built application should be fully compatible with 64-bit Intel Macs running OS X 10.8 - OS X 10.11.