SwiftUI client applications for iOS, iPadOS and macOS.
This project always uses the latest release version of XCode.
- Clone the repo.
git clone [email protected]:meshtastic/Meshtastic-Apple.git
- Open the local directory.
cd Meshtastic-Apple - Set up git hooks to automatically lint the project when you commit changes.
./scripts/setup-hooks.sh
- Open
Meshtastic.xcworkspaceopen Meshtastic.xcworkspace
- Build and run the
Meshtastictarget.
The last two major operating system versions are supported on iOS, iPadOS and macOS.
- Use SwiftUI
- Use SFSymbols for icons
- Use Core Data for persistence
- run
./scripts/gen_protos.sh- Build, test, and commit the changes.
For more information on how a new release of Meshtastic is managed, please refer to RELEASING.md
This project is licensed under the GPL v3. See the LICENSE file for details.