Meshtastic-Apple/README.md
Garth Vander Houwen a2e5603e91
Update README.md
2022-06-12 08:49:40 -07:00

1.1 KiB

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