Skip to content
Julian Schumacher edited this page Jan 30, 2023 · 4 revisions

About the App

General

Most of the information you can find in the README, but here are the key facts about this App:

  • Keep track of your current bank balance
  • Add Incomes and Expenses
  • Add Legal Persons just as Companies, Organizations and Persons to manage your Finances
  • See a variety of different visualizations of you bank balance over time
  • Keep all your Data save with File Encryption
  • Sync the Data over all your devices with iCloud

Mobile

The mobile Version of this App runs on the following devices:

  • iPhones with iOS 16 and higher
  • iPads with iPadOS 16 and higher

Desktop

The desktop Version of this App runs on the following devices:

  • MacBooks, iMacs, Mac Pro's and Mac Studios with macOS 13 Ventura and higher

About the Code

Language

This App is written in Swift, Apple's own new Language, to build Apps for their devices. Swift is slowly replacing Objective-C, which was Apple's app-building language before Swift.

Frameworks

A few different Frameworks are in use in this App:

  • SwiftUI (to build the App)
  • Charts (Apple's new Framework to build Charts in iOS 16, iPadOS 16, macOS 13 etc. upwards apps)
  • Core Data (to store, load, manage and keep Data)

Lines of Code

As always and in every App, the lines of code do not say anything, about the quality of the Code or the App, but still I want to mention it here:

Current lines of Code: -- (last updated --)

Legal information

© Julian Schumacher 2023 All rights reserved.

Clone this wiki locally