Apple iOS, iPadOS & macOS Clients For Meshtastic
Find a file
Garth Vander Houwen 87104ad821
Merge pull request #85 from meshtastic/feature/new_config
Prevent both is powered and is power saving from both being on
2022-06-12 22:14:42 -07:00
.github/ISSUE_TEMPLATE Update config.yml 2022-06-11 18:14:22 -07:00
Meshtastic Apple.xcodeproj Clean up the 4 mocked up configuration pages 2022-06-12 22:07:58 -07:00
MeshtasticApple Prevent both is powered and is power saving from both being on 2022-06-12 22:14:06 -07:00
MeshtasticAppleTests Rename final instances of MeshtasticClient 2022-06-09 22:11:54 -07:00
MeshtasticAppleUITests Rename final instances of MeshtasticClient 2022-06-09 22:11:54 -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 Add config nonce for tracking of config complete 2022-06-11 09:50:25 -07:00
LICENSE Create LICENSE 2022-01-24 04:53:59 -08:00
README.md Update README.md 2022-06-12 08:49:40 -07:00

Meshtastic Apple Clients

CLA assistant Fiscal Contributors Vercel

Overview

A description about the project

Stats

OS Requirements

  • iOS App Requires iOS 15 +
  • iPadOS App Requires iPadOS 15 +
  • Mac App Reguires macOS 12 +

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