2021-08-20 08:15:15 -07:00
# Meshtastic Client
2021-11-29 15:57:24 -08:00
2021-12-25 23:52:20 -08:00
## OS Requirements
Requires iOS 15 +
2021-12-25 23:52:50 -08:00
## Code Standards
2021-12-25 23:52:20 -08:00
* Use SwiftUI whenever possible
* Use Hierarchical icons
2021-11-29 15:57:24 -08:00
- Requires SwiftLint - see https://github.com/realm/SwiftLint
2021-11-29 21:11:27 -08:00
## 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*