Besides my regular work I am also investing my spare time to contribute to the iOS community. I am open sourcing libraries which contain functionality which I think is isolated enough to put into its own library. Furthermore I am creating iOS apps on my own and publish them to the App Store.
In the following you can find a small selection of what I think are the most show worthy projects.
Zeit is a native companion app for the Timing Mac App. It serves as an addition to the Mac app by giving users the ability to use Timing on the go. It uses the Timing Web API to show users their current time trackings. Furthermore users can create new time trackings or view, delete or edit already existing ones. This project is completely built with SwiftUI and Combine. Under the hood it uses the Composable Architecture library to implement a Redux-style application structure. It serves as playground to see what is possible with the latest SwiftUI features. The app was built in collaboration with the Timing for Mac developer Daniel Alm.
In addition to creating personal apps, I try to open source small libraries which try to solve a encapsulated problems. Since I like the concept of open source and I use a lot open sourced projects, I want to give something back to the community and hope someone finds this small little helpers useful.
If you are curious you can find a full list of all open sourced projects on GitHub.
Small library to create and parse Semantic Versioning conforming representations.
A small library to create and parse Conventional Commit conforming representations.