Meshtastic-Apple/README.md
Garth Vander Houwen 775512db69
Update README.md
2022-02-23 19:22:48 -10:00

23 lines
638 B
Markdown

# Meshtastic Apple Clients
## OS Requirements
* iOS App Requires iOS 15 +
* iPadOS App Requires iPadOS 15 +
* Mac App Reguires macOS 12 +
## Code Standards
* Use SwiftUI
* Use Hierarchical icons
* Use Core Data for persistence
- Requires SwiftLint - see https://github.com/realm/SwiftLint
## To update protobufs:
- install swift-protobuf: *brew install swift-protobuf*
- check out the latest commit from master branch from here: https://github.com/meshtastic/Meshtastic-protobufs in a directory that is at the same level as this project
- run: *./gen_proto.sh*
- build, test, commit changes
- You may need to run *swiftlint --fix*