Apple iOS, iPadOS & macOS Clients For Meshtastic
Find a file
2022-10-30 19:27:15 -07:00
.github Create FUNDING.yml 2022-06-14 14:28:55 -07:00
Meshtastic Add Channel to node info 2022-10-30 19:27:15 -07:00
Meshtastic.xcodeproj bump version 2022-10-26 09:13:04 -07:00
MeshtasticTests Rename Project to satisfy app review 2022-06-24 08:00:18 -07:00
MeshtasticUITests Rename Project to satisfy app review 2022-06-24 08:00:18 -07:00
.gitignore Fix min version and gitignore 2022-06-07 07:07:47 -07:00
.swiftlint.yml update protobufs from master 0de53c84a26a42ce9405109e392ca1143de86f58 2021-11-29 21:11:27 -08:00
gen_protos.sh New protos and assorted bug fixes 2022-08-11 23:34:09 -07:00
LICENSE Create LICENSE 2022-01-24 04:53:59 -08:00
README.md Readme updates 2022-10-08 08:49:12 -07:00

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