Meshtastic-Apple/README.md

43 lines
1 KiB
Markdown
Raw Normal View History

2022-01-24 17:36:38 -08:00
# Meshtastic Apple Clients
2022-05-12 21:22:10 +10:00
[![CLA assistant](https://cla-assistant.io/readme/badge/meshtastic/Meshtastic-Apple)](https://cla-assistant.io/meshtastic/Meshtastic-Apple)
[![Fiscal Contributors](https://opencollective.com/meshtastic/tiers/badge.svg?label=Fiscal%20Contributors&color=deeppink)](https://opencollective.com/meshtastic/)
## Overview
2022-10-08 08:49:12 -07:00
SwiftUI client applicaitons for iOS, iPadOS and macOS.
2022-05-12 21:22:10 +10:00
## Stats
<!--Repobeats image here (avaliable when public)-->
2021-12-25 23:52:20 -08:00
## OS Requirements
2022-10-08 08:49:12 -07:00
* iOS App Requires iOS 16 +
* iPadOS App Requires iPadOS 16 +
* Mac App Reguires macOS 13 +
2021-12-25 23:52:20 -08:00
2021-12-25 23:52:50 -08:00
## Code Standards
2021-12-25 23:52:20 -08:00
2022-10-08 08:49:12 -07:00
- Use SwiftUI (Maps are an exception)
2022-05-12 21:22:10 +10:00
- Use Hierarchical icons
- Use Core Data for persistence
- Requires SwiftLint - see https://github.com/realm/SwiftLint
## To update protobufs:
2022-05-12 21:22:10 +10:00
- install swift-protobuf:
```bash
brew install swift-protobuf
```
- check out the latest protobuf commit from the master branch
- run:
```bash
./gen_proto.sh
```
- build, test, commit changes
2022-05-12 21:22:10 +10:00
- You may need to run:
```bash
swiftlint --fix
```