OpenWorkoutTracker
OpenWorkoutTracker copied to clipboard
SwiftUI Port
Port the front end from Objective-C and IOKit to Swift UI. The reasons for this are:
- Apple will end-of-life Objective-C and IOKit and some point
- Will probably take less code
- Will probably look better (aesthetically) and have less weirdness on different sized devices
- Can do things such as watch complications
Note that the backend (written in C++) will remain unaffected.
Done. Finally.