diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index 43a287b36..d18c06bd6 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -6779,7 +6779,7 @@ repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift"; requirement = { kind = exactVersion; - version = 1.1.39; + version = 1.1.40; }; }; 821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index adad58435..34e1392e2 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -129,8 +129,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "8a5813a3cdf541bee3ceb4776c362d1f6b767581", - "version" : "1.1.39" + "revision" : "c0101eb908a7a1afd2f1c099472f7e8526a2ac45", + "version" : "1.1.40" } }, { @@ -262,7 +262,7 @@ { "identity" : "swiftui-introspect", "kind" : "remoteSourceControl", - "location" : "https://github.com/siteline/SwiftUI-Introspect.git", + "location" : "https://github.com/siteline/SwiftUI-Introspect", "state" : { "revision" : "b94da693e57eaf79d16464b8b7c90d09cba4e290", "version" : "0.9.2" diff --git a/ElementX/Sources/Services/Authentication/AuthenticationServiceProxy.swift b/ElementX/Sources/Services/Authentication/AuthenticationServiceProxy.swift index 79e4d2597..2df743679 100644 --- a/ElementX/Sources/Services/Authentication/AuthenticationServiceProxy.swift +++ b/ElementX/Sources/Services/Authentication/AuthenticationServiceProxy.swift @@ -50,6 +50,7 @@ class AuthenticationServiceProxy: AuthenticationServiceProxyProtocol { authenticationService = AuthenticationService(basePath: userSessionStore.baseDirectory.path, passphrase: passphrase, userAgent: UserAgentBuilder.makeASCIIUserAgent(), + additionalRootCertificates: [], oidcConfiguration: oidcConfiguration, customSlidingSyncProxy: appSettings.slidingSyncProxyURL?.absoluteString, sessionDelegate: userSessionStore.clientSessionDelegate, diff --git a/project.yml b/project.yml index 1bba0c086..9a9f9e96b 100644 --- a/project.yml +++ b/project.yml @@ -47,7 +47,7 @@ packages: # Element/Matrix dependencies MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.1.39 + exactVersion: 1.1.40 # path: ../matrix-rust-sdk Compound: url: https://github.com/element-hq/compound-ios