Meshtastic-Apple/README.md
Garth Vander Houwen 46a15dc4cc
Update README.md
2022-11-11 17:13:47 -08:00

1 KiB

Meshtastic Apple Clients

CLA assistant Fiscal Contributors

Overview

SwiftUI client applicaitons for iOS, iPadOS and macOS.

Stats

OS Requirements

  • iOS App Requires iOS 16 +
  • iPadOS App Requires iPadOS 16 +
  • Mac App Reguires macOS 13 +

Code Standards

To update protobufs:

  • install swift-protobuf:
    brew install swift-protobuf
    
  • check out the latest protobuf commit from the master branch
  • run:
    ./gen_proto.sh
    
  • build, test, commit changes
  • You may need to run:
    swiftlint --fix