Apple iOS, iPadOS & macOS Clients For Meshtastic
Find a file
2021-12-18 23:44:47 -08:00
Meshtastic Client.xcodeproj Fix duplicate context initiation on Messages view 2021-12-18 23:44:47 -08:00
MeshtasticClient Fix duplicate context initiation on Messages view 2021-12-18 23:44:47 -08:00
MeshtasticClientTests after running swiftlint --fix 2021-11-29 15:59:06 -08:00
MeshtasticClientUITests Initial Commit 2021-08-18 22:33:05 -07:00
.gitignore ignore .DS_Store 2021-11-29 14:48:17 -08:00
.swiftlint.yml update protobufs from master 0de53c84a26a42ce9405109e392ca1143de86f58 2021-11-29 21:11:27 -08:00
gen_protos.sh update protobufs from master 0de53c84a26a42ce9405109e392ca1143de86f58 2021-11-29 21:11:27 -08:00
README.md update protobufs from master 0de53c84a26a42ce9405109e392ca1143de86f58 2021-11-29 21:11:27 -08:00

Meshtastic Client

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