Apple iOS, iPadOS & macOS Clients For Meshtastic
Find a file
2025-03-15 09:47:52 -04:00
.github Update stale.yml 2024-11-23 22:16:37 -08:00
ci_scripts update prebuild paths 2025-02-07 09:20:51 -08:00
Meshtastic Improvements to emoji handling for node names 2025-03-15 09:47:52 -04:00
Meshtastic.xcodeproj Get rid of the developer mesh log 2025-02-28 21:00:11 -08:00
Meshtastic.xcworkspace Actionable Notifs 2024-09-03 22:50:08 -07:00
MeshtasticProtobufs Update protobufs 2025-02-13 08:04:05 -08:00
MeshtasticTests Refactor router state to more closely match tab bar behavior 2024-08-28 07:37:49 -05:00
protobufs@068646653e Update protos 2025-02-11 14:03:40 -06:00
scripts add centerMapAt 2024-09-08 04:47:14 +00:00
Settings.bundle Comment out mapkit views 2024-10-10 07:05:03 -07:00
Widgets Refactor to optional values for TelemetryEntity attributes 2025-02-21 18:23:03 -05:00
.gitignore Update .gitignore 2025-02-07 10:21:32 -08:00
.gitmodules Add back submodule 2024-05-01 19:55:39 -07:00
.swiftlint.yml Extract the generated protobufs into its own Swift package 2024-06-28 11:11:01 -05:00
CONTRIBUTING.md Adding documentation describing how the project is managed, and adding a few scripts to assist with this 2024-07-09 19:01:32 -05:00
LICENSE Create LICENSE 2022-01-24 04:53:59 -08:00
Localizable.xcstrings Merge pull request #1120 from nikdale/feature/Sync_Serbian_translation_01032k25 2025-03-10 13:18:16 -07:00
meshtastic-1080x1080.png Update readme 2022-11-19 11:12:40 -08:00
README.md Update README.md 2024-12-03 17:23:31 -08:00
RELEASING.md Adding documentation describing how the project is managed, and adding a few scripts to assist with this 2024-07-09 19:01:32 -05:00

Meshtastic Apple Clients

Overview

SwiftUI client applications for iOS, iPadOS and macOS.

Getting Started

This project always uses the latest release version of XCode.

  1. Clone the repo.
  2. Set up git hooks to automatically lint the project when you commit changes.
  3. Open Meshtastic.xcworkspace
  4. Build and run the Meshtastic target.
git clone git@github.com:meshtastic/Meshtastic-Apple.git
cd Meshtastic-Apple
./scripts/setup-hooks.sh
open Meshtastic.xcworkspace

Technical Standards

Supported Operating Systems

The last two major operating system versions are supported on iOS, iPadOS and macOS.

Code Standards

  • Use SwiftUI
  • Use SFSymbols for icons
  • Use Core Data for persistence

Updating Protobufs:

  1. run
./scripts/gen_protos.sh
  1. Build, test, and commit the changes.

Release Process

For more information on how a new release of Meshtastic is managed, please refer to RELEASING.md

License

This project is licensed under the GPL v3. See the LICENSE file for details.