Swift package providing components from the matrix-rust-sdk
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
Mauro Romito 9650501c92
Bump to v1.0.49-alpha (matrix-rust-sdk 8b5de47acb9486c8dbbbe5764c7c97c24b6997b8)
2 days ago
.github/ISSUE_TEMPLATE Initial commit 1 year ago
.swiftpm/xcode/package.xcworkspace/xcshareddata Initial commit. 1 year ago
Sources/MatrixRustSDK Bump to v1.0.49-alpha (matrix-rust-sdk 8b5de47acb9486c8dbbbe5764c7c97c24b6997b8) 2 days ago
Tools/Scripts Bump to v1.0.45-alpha (matrix-rust-sdk d720861fbd5d3ded30baa2558d667bcbf7a7057a) 3 weeks ago
docs Add a basic getting started guide. 2 months ago
.gitignore Create release script (#7) 5 months ago
LICENSE Closes #4 - Add license file 11 months ago
Package.swift Bump to v1.0.49-alpha (matrix-rust-sdk 8b5de47acb9486c8dbbbe5764c7c97c24b6997b8) 2 days ago
README.md Add a basic getting started guide. 2 months ago
SECURITY.md Initial commit 1 year ago

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.