Update the SDK. (#4220)
* Update the SDK. * Remove unnecessary function from the AppHooks protocol.
This commit is contained in:
@@ -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" */ = {
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -47,10 +47,6 @@ class AppHooks: AppHooksProtocol {
|
||||
|
||||
protocol AppHooksProtocol {
|
||||
func setUp()
|
||||
|
||||
#if IS_MAIN_APP
|
||||
func configure(with userSession: UserSessionProtocol?) async
|
||||
#endif
|
||||
}
|
||||
|
||||
extension AppHooksProtocol {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user