Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 799 Bytes

README.md

File metadata and controls

39 lines (30 loc) · 799 Bytes

Meshtastic Apple Clients

Meshtastic App Store Launch Image

Overview

SwiftUI client applicaitons 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
  • run:
    ./gen_proto.sh
  • build, test, commit changes
  • You may need to run:
    swiftlint --fix