diff --git a/Package.swift b/Package.swift index 23d9b5ee..1611a571 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( .package(url: "https://github.com/bufbuild/connect-swift", exact: "1.0.0"), .package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.4.3"), .package(url: "https://github.com/krzyzanowskim/CryptoSwift.git", exact: "1.8.3"), - .package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "3.0.14") + .package(url: "https://github.com/xmtp/libxmtp-swift.git", exact: "3.0.15") ], targets: [ .target( diff --git a/Tests/XMTPTests/ConversationTests.swift b/Tests/XMTPTests/ConversationTests.swift index 430ea4bd..48568a36 100644 --- a/Tests/XMTPTests/ConversationTests.swift +++ b/Tests/XMTPTests/ConversationTests.swift @@ -94,8 +94,8 @@ class ConversationTests: XCTestCase { let convoCountConsent = try await fixtures.boClient.conversations .syncAllConversations(consentState: .allowed) - XCTAssertEqual(convoCount, 2) - XCTAssertEqual(convoCountConsent, 2) + XCTAssertEqual(convoCount, 3) + XCTAssertEqual(convoCountConsent, 3) try await group.updateConsentState(state: .denied) @@ -104,8 +104,8 @@ class ConversationTests: XCTestCase { let convoCountDenied = try await fixtures.boClient.conversations .syncAllConversations(consentState: .denied) - XCTAssertEqual(convoCountAllowed, 1) - XCTAssertEqual(convoCountDenied, 1) + XCTAssertEqual(convoCountAllowed, 2) + XCTAssertEqual(convoCountDenied, 2) } func testCanListConversationsOrder() async throws { diff --git a/XMTP.podspec b/XMTP.podspec index 621f8976..1bc96d6b 100644 --- a/XMTP.podspec +++ b/XMTP.podspec @@ -23,7 +23,7 @@ Pod::Spec.new do |spec| spec.dependency 'CSecp256k1', '~> 0.2' spec.dependency "Connect-Swift", "= 1.0.0" - spec.dependency 'LibXMTP', '= 3.0.14' + spec.dependency 'LibXMTP', '= 3.0.15' spec.dependency 'CryptoSwift', '= 1.8.3' spec.dependency 'SQLCipher', '= 4.5.7' diff --git a/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 1bca2503..d64e4272 100644 --- a/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/XMTPiOSExample/XMTPiOSExample.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -41,8 +41,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/xmtp/libxmtp-swift.git", "state" : { - "revision" : "9cf94acdea7d03008b1f130a9848c38ee6b711de", - "version" : "3.0.14" + "revision" : "2fd0b26c9b3e20fcae7366176fbe41bc4528d0c7", + "version" : "3.0.15" } }, {