Skip to content

Commit 6d2fdb8

Browse files
authored
Update the SDK. (#4220)
* Update the SDK. * Remove unnecessary function from the AppHooks protocol.
1 parent 5c4fc49 commit 6d2fdb8

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

ElementX.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8736,7 +8736,7 @@
87368736
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
87378737
requirement = {
87388738
kind = exactVersion;
8739-
version = 25.06.13;
8739+
version = 25.06.18;
87408740
};
87418741
};
87428742
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ElementX/Sources/AppHooks/AppHooks.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@ class AppHooks: AppHooksProtocol {
4747

4848
protocol AppHooksProtocol {
4949
func setUp()
50-
51-
#if IS_MAIN_APP
52-
func configure(with userSession: UserSessionProtocol?) async
53-
#endif
5450
}
5551

5652
extension AppHooksProtocol {

project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ packages:
6565
# Element/Matrix dependencies
6666
MatrixRustSDK:
6767
url: https://github.com/element-hq/matrix-rust-components-swift
68-
exactVersion: 25.06.13
68+
exactVersion: 25.06.18
6969
# path: ../matrix-rust-sdk
7070
Compound:
7171
url: https://github.com/element-hq/compound-ios

0 commit comments

Comments
 (0)