Swift package providing components from the matrix-rust-sdk
Go to file
Mauro Romito 97a5fcc18c Bump to 1.0.74-alpha (matrix-rust-sdk ae2f834345e8b54ae6cd3f0f13bbf98190f8aee5) 2023-06-09 14:31:36 +02:00
.github/ISSUE_TEMPLATE
.swiftpm/xcode/package.xcworkspace/xcshareddata
Sources/MatrixRustSDK
Tools/Scripts
docs
.gitignore
LICENSE
Package.swift
README.md
SECURITY.md

README.md

Swift package for Matrix Rust components

This repository is a Swift Package for distributing releases of the Matrix Rust SDK. It provides the Swift source code packaged in a format understood by the Swift package manager, and depends on a pre-compiled binary release of the underlying Rust code published from Matrix Rust SDK.

Usage

For more information about using the package, please read the Getting Started guide.

Releasing

Whenever a new release of the underlying components is available, we need to tag a new release in this repo to make them available to Swift components. This is done with the release script found in the Tools directory.

Testing locally

As the package vendors a pre-built binary of the SDK, all local development is done via the SDK's repo instead of this one.