From e791d613d3a5443133b9a135f1ba208a7fd94f75 Mon Sep 17 00:00:00 2001 From: Naomi Plasterer Date: Fri, 16 Feb 2024 09:32:12 -0800 Subject: [PATCH] fix: bump the pod to fix the client creation issue --- example/ios/Podfile.lock | 8 ++++---- ios/XMTPReactNative.podspec | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index d0cdbffe7..33663c8f2 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -442,7 +442,7 @@ PODS: - GenericJSON (~> 2.0) - Logging (~> 1.0.0) - secp256k1.swift (~> 0.1) - - XMTP (0.8.6): + - XMTP (0.8.7): - Connect-Swift (= 0.3.0) - GzipSwift - LibXMTP (= 0.4.2-beta1) @@ -451,7 +451,7 @@ PODS: - ExpoModulesCore - MessagePacker - secp256k1.swift - - XMTP (= 0.8.6) + - XMTP (= 0.8.7) - Yoga (1.14.0) DEPENDENCIES: @@ -744,8 +744,8 @@ SPEC CHECKSUMS: secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SwiftProtobuf: b02b5075dcf60c9f5f403000b3b0c202a11b6ae1 web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959 - XMTP: 2cd39f7244fdeeb0a5f544da37e027cddc10df45 - XMTPReactNative: 491b7689b36dacf6ca1a63d99e1481b8b3926dfa + XMTP: 35a0ca7e90bbabf4c49a862ae7750626324f55bf + XMTPReactNative: 3fc471163e34f82b44dbf29f2d0ae366cc07f502 Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9 PODFILE CHECKSUM: 95d6ace79946933ecf80684613842ee553dd76a2 diff --git a/ios/XMTPReactNative.podspec b/ios/XMTPReactNative.podspec index 2629cc664..1dce620c0 100644 --- a/ios/XMTPReactNative.podspec +++ b/ios/XMTPReactNative.podspec @@ -26,5 +26,5 @@ Pod::Spec.new do |s| s.source_files = "**/*.{h,m,swift}" s.dependency 'secp256k1.swift' s.dependency "MessagePacker" - s.dependency "XMTP", "= 0.8.6" + s.dependency "XMTP", "= 0.8.7" end