@@ -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"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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] {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user