Meshtastic-Apple/README.md
Garth Vander Houwen a0db1ab881
Update README.md
2022-01-24 17:19:13 -08:00

567 B

Meshtastic Client

OS Requirements

  • Requires iOS 15 +
  • Reguires macOS 12 +

Code Standards

  • Use SwiftUI whenever possible
  • Use Hierarchical icons

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