Skip to content

Commit

Permalink
get it working in ios
Browse files Browse the repository at this point in the history
  • Loading branch information
nplasterer committed Sep 15, 2023
1 parent cfff458 commit e0e33b3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -415,15 +415,15 @@ PODS:
- GenericJSON (~> 2.0)
- Logging (~> 1.0.0)
- secp256k1.swift (~> 0.1)
- XMTP (0.5.6-alpha0):
- XMTP (0.5.7-alpha0):
- Connect-Swift
- GzipSwift
- web3.swift
- XMTPRust (= 0.3.1-beta0)
- XMTPReactNative (0.1.0):
- ExpoModulesCore
- MessagePacker
- XMTP (= 0.5.6-alpha0)
- XMTP (= 0.5.7-alpha0)
- XMTPRust (0.3.1-beta0)
- Yoga (1.14.0)

Expand Down Expand Up @@ -680,8 +680,8 @@ SPEC CHECKSUMS:
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
SwiftProtobuf: b70d65f419fbfe61a2d58003456ca5da58e337d6
web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959
XMTP: 187f0cd4eb4988d09d6b631b5ffb56f8334be243
XMTPReactNative: d50e495767b22569ca90bc99af62fe2180647802
XMTP: 1b584f662fff8f006987dba2d5b1c9cacc929966
XMTPReactNative: a8057fb0fa8ab1decf2f70414a7359b2b194055c
XMTPRust: 78f65f77b1454392980da244961777aee955652f
Yoga: 065f0b74dba4832d6e328238de46eb72c5de9556

Expand Down
2 changes: 1 addition & 1 deletion ios/Wrappers/DecodedMessageWrapper.swift
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ struct ContentJson {
ReactionCodec(),
AttachmentCodec(),
ReplyCodec(),
RemoteAttachmentCodec()
RemoteAttachmentCodec(),
ReadReceiptCodec()
// TODO:
//CompositeCodec(),
Expand Down
2 changes: 1 addition & 1 deletion ios/XMTPReactNative.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Pod::Spec.new do |s|

s.source_files = "**/*.{h,m,swift}"
s.dependency "MessagePacker"
s.dependency "XMTP", "= 0.5.6-alpha0"
s.dependency "XMTP", "= 0.5.7-alpha0"
end

0 comments on commit e0e33b3

Please sign in to comment.