From 1691f5c17c7bbe86a645d5e96b1a5b92b8ce5419 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Wed, 4 Dec 2024 18:32:01 -0800 Subject: [PATCH] bump the pod --- example/ios/Podfile.lock | 14 +++++++------- ios/XMTPModule.swift | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index cbff39db..9d3bc8eb 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -55,7 +55,7 @@ PODS: - hermes-engine/Pre-built (= 0.71.14) - hermes-engine/Pre-built (0.71.14) - libevent (2.1.12) - - LibXMTP (3.0.9) + - LibXMTP (3.0.10) - MessagePacker (0.4.7) - MMKV (2.0.0): - MMKVCore (~> 2.0.0) @@ -446,18 +446,18 @@ PODS: - SQLCipher/standard (4.5.7): - SQLCipher/common - SwiftProtobuf (1.28.2) - - XMTP (3.0.13): + - XMTP (3.0.14): - Connect-Swift (= 1.0.0) - CryptoSwift (= 1.8.3) - CSecp256k1 (~> 0.2) - - LibXMTP (= 3.0.9) + - LibXMTP (= 3.0.10) - SQLCipher (= 4.5.7) - XMTPReactNative (0.1.0): - CSecp256k1 (~> 0.2) - ExpoModulesCore - MessagePacker - SQLCipher (= 4.5.7) - - XMTP (= 3.0.13) + - XMTP (= 3.0.14) - Yoga (1.14.0) DEPENDENCIES: @@ -706,7 +706,7 @@ SPEC CHECKSUMS: glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b hermes-engine: d7cc127932c89c53374452d6f93473f1970d8e88 libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913 - LibXMTP: c1bdf81e52b0e995b3aabf962a2b068e4ea184d0 + LibXMTP: e550ccb4565023eb77f5a2eddd9d5a71cfb9d2b3 MessagePacker: ab2fe250e86ea7aedd1a9ee47a37083edd41fd02 MMKV: f7d1d5945c8765f97f39c3d121f353d46735d801 MMKVCore: c04b296010fcb1d1638f2c69405096aac12f6390 @@ -756,8 +756,8 @@ SPEC CHECKSUMS: RNSVG: d00c8f91c3cbf6d476451313a18f04d220d4f396 SQLCipher: 5e6bfb47323635c8b657b1b27d25c5f1baf63bf5 SwiftProtobuf: 4dbaffec76a39a8dc5da23b40af1a5dc01a4c02d - XMTP: 0c1529391b3ed63136498fdf4a95515c296050a3 - XMTPReactNative: 9f22be223ee1bac2f0cfbbddc9cf0d5ac4b68e86 + XMTP: 3b586fa3703640bb5fec8a64daba9e157d9e5fdc + XMTPReactNative: ab20c0030e2092fb7201c42d6ec17a7055ec6bf8 Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9 PODFILE CHECKSUM: 0e6fe50018f34e575d38dc6a1fdf1f99c9596cdd diff --git a/ios/XMTPModule.swift b/ios/XMTPModule.swift index 6c6ccc66..5a51e554 100644 --- a/ios/XMTPModule.swift +++ b/ios/XMTPModule.swift @@ -412,7 +412,7 @@ public class XMTPModule: Module { AsyncFunction("staticCanMessage") { (environment: String, peerAddresses: [String]) -> [String: Bool] in - return try await Client.canMessage( + return try await XMTP.Client.canMessage( accountAddresses: peerAddresses, api: createApiClient(env: environment) )