Skip to content

yearbook/matron-ios

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,977 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Matron (iOS)

Fork of Element X iOS customised for Matron.

Clone

git clone git@github.com:nicebots-xyz/matron-ios.git ~/Dev/matron-ios

Prerequisites

  • Xcode 16+
  • XcodeGen (brew install xcodegen)

Pull & Build

cd ~/Dev/matron-ios

# Get latest changes
git checkout main
git pull origin main

# Generate the Xcode project from project.yml
xcodegen generate

# Open in Xcode
open Matron.xcodeproj

Then in Xcode:

  1. Select the Matron scheme
  2. Pick your device or simulator
  3. Cmd+R to build and run

Xcode will resolve Swift packages automatically on first open. If not, go to File > Packages > Resolve Package Versions.

About

Next generation Matrix client for iOS built with SwiftUI on top of matrix-rust-sdk.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Swift 99.8%
  • Other 0.2%