Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.
An app for all the world’s currencies
git clone [email protected]:balancemymoney/balance-open.git
We use carthage for dependency management, however we check in all built frameworks, so it is not necessary to run any carthage commands.
However, if moving to a new Swift version, or for other reasons, it may be necessary to rebuild them using carthage update --platform "osx, ios"
.
The easiest way to install Carthage is to install Homebrew by running /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
and then run brew install carthage
.
If you already have Homebrew installed, make sure to run brew update && brew upgrade
first to to make sure you have the latest version of Carthage.
If for some reason the sqlcipher needs to be updated (you should never need to do this), run the build_sqlcipher
script in the root of this repository and then move the libsqlcipher.a
file that it creates on your desktop to the ./Balance/Shared/Frameworks/
folder.