Meshtastic-Apple/README.md
Garth Vander Houwen a5355b5c1f Readme updates
2022-10-08 08:49:12 -07: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