mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
48 lines
1.2 KiB
Markdown
48 lines
1.2 KiB
Markdown
# Meshtastic Apple Clients
|
|
|
|
[](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)-->
|
|
|
|
## OS Requirements
|
|
|
|
* iOS App Requires iOS 15 +
|
|
* iPadOS App Requires iPadOS 15 +
|
|
* Mac App Reguires macOS 12 +
|
|
|
|
## Code Standards
|
|
|
|
- Use SwiftUI
|
|
- Use Hierarchical icons
|
|
- Use Core Data for persistence
|
|
- Requires SwiftLint - see https://github.com/realm/SwiftLint
|
|
|
|
## To update protobufs:
|
|
|
|
- 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
|
|
- You may need to run:
|
|
```bash
|
|
swiftlint --fix
|
|
```
|