Apple iOS, iPadOS & macOS Clients For Meshtastic
Find a file
Garth Vander Houwen 6144786cf9 Move all app settings to the settings bundle and link from the app settings view
Add enter shortcut to alert ok buttons on the node list
2024-04-10 18:43:24 -07:00
.github Update feature.yml 2023-08-15 18:57:37 -07:00
de.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
en.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
fr.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
he.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
Meshtastic Move all app settings to the settings bundle and link from the app settings view 2024-04-10 18:43:24 -07:00
Meshtastic.xcodeproj Indoor air quality 2024-04-10 16:41:15 -07:00
MeshtasticTests SwiftLint Whitespace fixes 2023-03-06 10:33:18 -08:00
MeshtasticUITests Update protos 2022-11-24 11:56:05 -08:00
pl.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
protobufs@22cbd0d4cf Add Indoor Air Quality for BME680 Environment Metrics 2024-04-09 22:19:07 -07:00
se.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
Settings.bundle Move all app settings to the settings bundle and link from the app settings view 2024-04-10 18:43:24 -07:00
Widgets Update image, remove unnesary version checks in widgets 2023-09-21 13:25:38 -07:00
zh-Hans.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
zh-Hant-TW.lproj Added New Node Notification setting and notification 2024-04-09 16:59:34 -07:00
zh-TW.lproj Update Localizable.strings 2024-03-18 09:27:23 +08:00
.gitignore chore: add protobufs to git index 2024-02-21 00:44:00 -07:00
.gitmodules Proto Submodule 2023-02-04 11:02:43 -08:00
.swiftlint.yml update protobufs from master 0de53c84a26a42ce9405109e392ca1143de86f58 2021-11-29 21:11:27 -08:00
gen_protos.sh Update readme to include better info about protos submodule init 2024-03-28 21:33:55 -07:00
LICENSE Create LICENSE 2022-01-24 04:53:59 -08:00
meshtastic-1080x1080.png Update readme 2022-11-19 11:12:40 -08:00
README.md Fix typo 2024-04-05 00:06:31 -07:00
thebenternify.sh Added thebenternify.sh for easier signing 2023-08-17 14:26:57 -05:00
unthebenternify.sh Added initial detection sensor log 2023-08-23 07:03:05 -05:00

Meshtastic Apple Clients

Meshtastic App Store Launch Image

Overview

SwiftUI client applications for iOS, iPadOS and macOS.

OS Requirements

  • iOS App Requires iOS 16 +
  • iPadOS App Requires iPadOS 16 +
  • Mac App Reguires macOS 13 +

Code Standards

To update protobufs:

  • install swift-protobuf:
    brew install swift-protobuf
    
  • check out the latest protobuf commit from the master branch
    git submodule update --init
    
  • run:
    ./gen_protos.sh
    
  • build, test, commit changes
  • You may need to run:
    swiftlint --fix