Skip to content

Commit

Permalink
Bump the RustSDK to v25.01.15 and fix (most) concurrency sendability …
Browse files Browse the repository at this point in the history
…warnings in the generated mocks.
  • Loading branch information
stefanceriu committed Jan 15, 2025
1 parent e3ad925 commit 0bcc59a
Show file tree
Hide file tree
Showing 20 changed files with 209 additions and 116 deletions.
5 changes: 4 additions & 1 deletion ElementX.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -2486,6 +2486,7 @@
F3A1AB5A84D843B6AC8D5F1E /* AuthenticationService.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AuthenticationService.swift; sourceTree = "<group>"; };
F3C7252B3461D06175D975A4 /* et */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = et; path = et.lproj/SAS.strings; sourceTree = "<group>"; };
F3EAE3E9D5EF4A6D5D9C6CFD /* EmojiPickerScreenViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmojiPickerScreenViewModel.swift; sourceTree = "<group>"; };
F409D44C2E6BE50462E82F8A /* en-US */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "en-US"; path = "en-US.lproj/Localizable.strings"; sourceTree = "<group>"; };
F4469F6AE311BDC439B3A5EC /* UserSessionMock.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = UserSessionMock.swift; sourceTree = "<group>"; };
F4548A9BDE5CB3AB864BCA9F /* EffectsView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EffectsView.swift; sourceTree = "<group>"; };
F506C6ADB1E1DA6638078E11 /* UITests.xctest */ = {isa = PBXFileReference; includeInIndex = 0; lastKnownFileType = wrapper.cfbundle; path = UITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Expand Down Expand Up @@ -6230,6 +6231,7 @@
de,
el,
en,
"en-US",
es,
et,
fa,
Expand Down Expand Up @@ -7790,6 +7792,7 @@
35AFCF4C05DEED04E3DB1A16 /* de */,
113356152C099951A6D17D85 /* el */,
CACA846B3E3E9A521D98B178 /* en */,
F409D44C2E6BE50462E82F8A /* en-US */,
CBBCC6E74774E79B599625D0 /* es */,
A443FAE2EE820A5790C35C8D /* et */,
A9873374E72AA53260AE90A2 /* fa */,
Expand Down Expand Up @@ -8459,7 +8462,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 25.01.13;
version = 25.01.15;
};
};
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "0e9afdf46c3128a0dc13c2d2fcee32ad3298a1a6",
"version" : "25.1.13"
"revision" : "f7460b89b3d7789da40c7af53f3b3e01ec209932",
"version" : "25.1.15"
}
},
{
Expand Down
1 change: 1 addition & 0 deletions ElementX/Sources/Mocks/EventTimelineItem.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ extension EventTimelineItem {
timestamp: 0,
reactions: [],
localSendState: nil,
localCreatedAt: nil,
readReceipts: [:],
origin: nil,
canBeRepliedTo: false,
Expand Down
Loading

0 comments on commit 0bcc59a

Please sign in to comment.