Sukhasana
Sukhasana copied to clipboard
Mac status item for searching Asana; an experiment with MVVM in ReactiveCocoa 3
Sukhasana
Mac status item for searching Asana. An experiment with MVVM in ReactiveCocoa 3.
Requires OS X Yosemite (10.10).
Installation
Binary
- Download
Sukhasana.zip
from the latest release. - Open
Sukhasana.zip
. - Move
Sukhasana
into yourApplications
folder.
From source
Sukhasana's dependencies are built with Carthage. You can install Carthage using Homebrew.
brew install carthage
Build and install with make
.
git clone [email protected]:brow/Sukhasana.git
cd Sukhasana
make install
Be sure to make clean
when you update.
git pull
make clean install
Development
brew install carthage
git clone [email protected]:brow/Sukhasana.git
cd Sukhasana
carthage bootstrap --platform Mac
open Sukhasana.xcodeproj