diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index b13bbbc87..825333c31 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -111,8 +111,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "1febfb02005fca9cf99264be72c6383c103085c5", - "version" : "1.0.56-alpha" + "revision" : "c81430db734d23d851d19d4de34bf2590397d5f1", + "version" : "1.0.57-alpha" } }, { diff --git a/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift b/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift index 74dff0854..bfb4dfa88 100644 --- a/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift +++ b/UnitTests/Sources/MediaProvider/MediaLoaderTests.swift @@ -55,6 +55,8 @@ final class MediaLoaderTests: XCTestCase { } private class MockMediaLoadingClient: ClientProtocol { + func setNotificationDelegate(notificationDelegate: MatrixRustSDK.NotificationDelegate?) { } + private(set) var numberOfInvocations = 0 func getMediaContent(mediaSource: MatrixRustSDK.MediaSource) throws -> [UInt8] { diff --git a/project.yml b/project.yml index 9f1ba8856..af664c198 100644 --- a/project.yml +++ b/project.yml @@ -42,7 +42,7 @@ include: packages: MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.0.56-alpha + exactVersion: 1.0.57-alpha # path: ../matrix-rust-sdk DesignKit: path: DesignKit