Skip to content

Commit

Permalink
bump the pod
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Dec 5, 2024
1 parent 4d4a485 commit 1691f5c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -706,7 +706,7 @@ SPEC CHECKSUMS:
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
hermes-engine: d7cc127932c89c53374452d6f93473f1970d8e88
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
LibXMTP: c1bdf81e52b0e995b3aabf962a2b068e4ea184d0
LibXMTP: e550ccb4565023eb77f5a2eddd9d5a71cfb9d2b3
MessagePacker: ab2fe250e86ea7aedd1a9ee47a37083edd41fd02
MMKV: f7d1d5945c8765f97f39c3d121f353d46735d801
MMKVCore: c04b296010fcb1d1638f2c69405096aac12f6390
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ios/XMTPModule.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
)
Expand Down

0 comments on commit 1691f5c

Please sign in to comment.