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.
- Host: GitHub
- URL: https://github.com/lincolnloop/gingernotify
- Owner: lincolnloop
- License: mit
- Created: 2014-02-02T10:00:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-28T16:23:57.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T10:53:36.350Z (over 1 year ago)
- Language: Objective-C
- Homepage: http://lincolnloop.github.io/GingerNotify
- Size: 789 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```