2022-01-24 17:36:38 -08:00
|
|
|
# Meshtastic Apple Clients
|
2021-11-29 15:57:24 -08:00
|
|
|
|
2022-05-12 21:22:10 +10:00
|
|
|
[](https://cla-assistant.io/meshtastic/Meshtastic-Apple)
|
|
|
|
|
[](https://opencollective.com/meshtastic/)
|
|
|
|
|
[](https://vercel.com?utm_source=meshtastic&utm_campaign=oss)
|
|
|
|
|
|
|
|
|
|
## Overview
|
|
|
|
|
|
|
|
|
|
A description about the project
|
|
|
|
|
|
|
|
|
|
**[Getting Started Guide](https://example.com)**
|
|
|
|
|
|
|
|
|
|
**[Documentation/API Reference](https://example.com)**
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## Stats
|
|
|
|
|
|
|
|
|
|
<!--Repobeats image here (avaliable when public)-->
|
|
|
|
|
|
2021-12-25 23:52:20 -08:00
|
|
|
## OS Requirements
|
|
|
|
|
|
2022-01-24 17:36:38 -08:00
|
|
|
* iOS App Requires iOS 15 +
|
2022-01-24 18:23:12 -08:00
|
|
|
* iPadOS App Requires iPadOS 15 +
|
2022-01-24 17:36:38 -08:00
|
|
|
* Mac App Reguires macOS 12 +
|
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-05-12 21:22:10 +10:00
|
|
|
- Use SwiftUI
|
|
|
|
|
- Use Hierarchical icons
|
|
|
|
|
- Use Core Data for persistence
|
2021-11-29 15:57:24 -08:00
|
|
|
- Requires SwiftLint - see https://github.com/realm/SwiftLint
|
2021-11-29 21:11:27 -08:00
|
|
|
|
|
|
|
|
## 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
|
|
|
|
|
```
|
2021-11-29 21:11:27 -08:00
|
|
|
- build, test, commit changes
|
2022-05-12 21:22:10 +10:00
|
|
|
- You may need to run:
|
|
|
|
|
```bash
|
|
|
|
|
swiftlint --fix
|
|
|
|
|
```
|