mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-03-05 21:00:08 -08:00
commit
dd10d8dc06
12
website/docs/software/ios/development.md
Normal file
12
website/docs/software/ios/development.md
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
---
|
||||||
|
id: ios-development
|
||||||
|
title: iOS application development
|
||||||
|
sidebar_label: App development
|
||||||
|
---
|
||||||
|
|
||||||
|
The Meshtastic iOS app is currently in early development, with two community projects to get this working.
|
||||||
|
|
||||||
|
* https://github.com/jeksys/Meshtastic-iOS
|
||||||
|
* https://github.com/thepoweroftwo/meshtastic-ios
|
||||||
|
|
||||||
|
There is a [github discussion](https://github.com/meshtastic/Meshtastic/discussions/2) and [discourse discussion](https://meshtastic.discourse.group/t/meshtastic-ios-app-first-alpha-release/2733) ongoing if you wish to contribute to this.
|
|
@ -20,6 +20,11 @@ module.exports = {
|
||||||
{
|
{
|
||||||
"Meshtastic Android": [],
|
"Meshtastic Android": [],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Meshtastic iOS": [
|
||||||
|
"software/ios/ios-development",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Meshtastic.js": [
|
"Meshtastic.js": [
|
||||||
"software/js/getting-started",
|
"software/js/getting-started",
|
||||||
|
|
Loading…
Reference in a new issue