Meshtastic-Apple/README.md
Matthew Davies 36ba2e4508
Update readme to include better info about protos submodule init
Update gen_protos.sh to check the proper directory and echo the command
2024-03-28 21:33:55 -07:00

845 B

Meshtastic Apple Clients

Meshtastic App Store Launch Image

Overview

SwiftUI client applications for iOS, iPadOS and macOS.

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
    git submodule update --init
    
  • run:
    ./gen_proto.sh
    
  • build, test, commit changes
  • You may need to run:
    swiftlint --fix