Meshtastic-Apple/README.md
Sacha Weatherstone 6351b0b71f
Update README.md
2022-05-12 21:22:10 +10:00

1.2 KiB

Meshtastic Apple Clients

CLA assistant Fiscal Contributors Vercel

Overview

A description about the project

Getting Started Guide

Documentation/API Reference

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