Apple iOS, iPadOS & macOS Clients For Meshtastic
Find a file
2024-06-03 10:43:26 -07:00
.github Update feature.yml 2023-08-15 18:57:37 -07:00
de.lproj Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
en.lproj Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
fr.lproj Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
he.lproj Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
Meshtastic Emoji in the logs 2024-06-03 10:23:20 -07:00
Meshtastic.xcodeproj Swiftlint fixes 2024-06-02 18:32:14 -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 Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
protobufs@a45a6154d0 Update protobufs, tag for map circle 2024-06-01 23:02:06 -07:00
pt-PT.lproj add Portuguese 2024-06-02 08:53:27 -07:00
pt.lproj Update Localizable.strings fine combed 2024-05-08 02:54:32 +01:00
se.lproj Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
Settings.bundle Simplify settings 2024-05-01 10:13:15 -07:00
Widgets Update image, remove unnesary version checks in widgets 2023-09-21 13:25:38 -07:00
zh-Hans.lproj Bump version, add incomplete user icon 2024-05-29 12:52:35 -07:00
zh-Hant-TW.lproj Merge pull request #641 from Oliver0804/main 2024-06-02 08:49:34 -07:00
zh-TW.lproj Update Localizable.strings 2024-05-09 23:07:48 +08:00
.gitignore chore: add protobufs to git index 2024-02-21 00:44:00 -07:00
.gitmodules Add back submodule 2024-05-01 19:55:39 -07:00
.swiftlint.yml Adopt OSLog for logging and replace the majority of calls to print() 2024-06-01 11:30:29 -05: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