SwiftUI client applications for iOS, iPadOS and macOS.
- iOS App Requires iOS 16 +
- iPadOS App Requires iPadOS 16 +
- Mac App Reguires macOS 13 +
- Use SwiftUI (Maps are the exception)
- Use Hierarchical icons
- Use Core Data for persistence
- Requires SwiftLint - see https://github.com/realm/SwiftLint
- install swift-protobuf:
brew install swift-protobuf
- check out the latest protobuf commit from the master branch
- run:
./gen_proto.sh
- build, test, commit changes
- You may need to run:
swiftlint --fix