akay / balance-open

Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.

Home Page:https://balancemy.money

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Balance Open Menubar App

Balance Open: An app for all the world’s currencies.

Swift Version License

Installation

  1. Make sure you have latest Xcode 9 Beta (at the time of writing, that's beta 6) as the app is now in Swift 4
  2. Clone the repository: git clone git@github.com:balancemymoney/balance-open.git
  3. Open the project in Xcode
  4. Build and run
  5. There is no step 5, that's it!

Updating dependencies

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), the following is the correct build command for that project to get the correct sqlite flags:

./configure --enable-tempstore=yes --with-crypto-lib=commoncrypto CFLAGS="-mmacosx-version-min=10.11 -DSQLITE_HAS_CODEC -DSQLITE_TEMP_STORE=2 -DSQLITE_SOUNDEX=1 -DSQLITE_ENABLE_API_ARMOR=1 -DSQLITE_ENABLE_FTS3=1 -DSQLITE_ENABLE_FTS3_PARENTHESIS=1 -DSQLITE_ENABLE_LOCKING_STYLE=1 -DSQLITE_ENABLE_RTREE=1 -DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1 -DSQLITE_OMIT_AUTORESET=1 -DSQLITE_OMIT_BUILTIN_TEST=1 -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_SYSTEM_MALLOC=1 -DSQLITE_THREADSAFE=2" LDFLAGS="-framework Security -framework CoreFoundation" && make

Contributing

  • If you need help or you'd like to ask a general question, open an issue.
  • If you found a bug, open an issue.
  • If you have a feature request, open an issue.
  • If you want to contribute, submit a pull request.

About

Balance Open: A GPL3-licensed macOS menu bar app for all the world’s currencies.

https://balancemy.money

License:GNU General Public License v3.0


Languages

Language:Swift 98.2%Language:Objective-C 0.9%Language:Gherkin 0.6%Language:Python 0.3%