updated the SDK to 25.05.19

This commit is contained in:
Mauro Romito
2025-05-19 16:13:30 +02:00
committed by Mauro
parent d468d224b9
commit 0400072382
4 changed files with 6 additions and 5 deletions

View File

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

View File

@@ -158,8 +158,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "e84fa0642d90ed123520fd458d920945becf6ba8",
"version" : "25.5.15"
"revision" : "a290a27931a75db67b93f27329b09f5110553415",
"version" : "25.5.19"
}
},
{

View File

@@ -96,7 +96,8 @@ class ElementCallWidgetDriver: WidgetCapabilitiesProvider, ElementCallWidgetDriv
posthogApiKey: analyticsConfiguration?.posthogAPIKey,
rageshakeSubmitUrl: rageshakeURL,
sentryDsn: analyticsConfiguration?.sentryDSN,
sentryEnvironment: nil))
sentryEnvironment: nil,
controlledMediaDevices: !ProcessInfo.processInfo.isiOSAppOnMac))
} catch {
MXLog.error("Failed to build widget settings: \(error)")
return .failure(.failedBuildingWidgetSettings)

View File

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