Update the SDK. (#4220)

* Update the SDK.

* Remove unnecessary function from the AppHooks protocol.
This commit is contained in:
Doug
2025-06-18 12:01:23 +01:00
committed by GitHub
parent 99ae1573dc
commit 0a66099a26
4 changed files with 4 additions and 8 deletions

View File

@@ -8736,7 +8736,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 25.06.13;
version = 25.06.18;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

View File

@@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "d0e83c772c0e52b18e50502b9e50f551077502f9",
"version" : "25.6.13"
"revision" : "6f6885adeb33f67fabeb9f732e8781b4f72e8955",
"version" : "25.6.18"
}
},
{

View File

@@ -47,10 +47,6 @@ class AppHooks: AppHooksProtocol {
protocol AppHooksProtocol {
func setUp()
#if IS_MAIN_APP
func configure(with userSession: UserSessionProtocol?) async
#endif
}
extension AppHooksProtocol {

View File

@@ -65,7 +65,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 25.06.13
exactVersion: 25.06.18
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios