Meshtastic-Apple/README.md
Garth Vander Houwen d106680d33
Update README.md
2021-12-25 23:52:50 -08:00

20 lines
543 B
Markdown

# Meshtastic Client
## OS Requirements
Requires iOS 15 +
## Code Standards
* Use SwiftUI whenever possible
* Use Hierarchical icons
- 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*