An open API service indexing awesome lists of open source software.

https://github.com/lincolnloop/gingernotify

A OS X menu bar application to display your latest unread discussions in your Ginger teams.
https://github.com/lincolnloop/gingernotify

Last synced: about 1 year ago
JSON representation

A OS X menu bar application to display your latest unread discussions in your Ginger teams.

Awesome Lists containing this project

README

          

GingerNotify
============

A OS X menu bar application to display your latest
unread discussions in your [Ginger][g] teams.

[g]: https://gingerhq.com/

Local development installation
------------------------------

```
git clone git@github.com:lincolnloop/GingerNotify.git
cd GingerNotify
git submodule init
git submodule update
```

To compile a DEBUG release simply do:

```
xcodebuild -configuration Debug
```