diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3ea1add7d..803f028f1 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -449,7 +449,7 @@ PODS: - GenericJSON (~> 2.0) - Logging (~> 1.0.0) - secp256k1.swift (~> 0.1) - - XMTP (0.13.14): + - XMTP (0.13.15): - Connect-Swift (= 0.12.0) - GzipSwift - LibXMTP (= 0.5.6-beta4) @@ -458,7 +458,7 @@ PODS: - ExpoModulesCore - MessagePacker - secp256k1.swift - - XMTP (= 0.13.14) + - XMTP (= 0.13.15) - Yoga (1.14.0) DEPENDENCIES: @@ -763,8 +763,8 @@ SPEC CHECKSUMS: secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634 SwiftProtobuf: 407a385e97fd206c4fbe880cc84123989167e0d1 web3.swift: 2263d1e12e121b2c42ffb63a5a7beb1acaf33959 - XMTP: f590939a897f00a0f957223eba31d5d6bee10a48 - XMTPReactNative: ca2cdef4fcadb3e072fec62de63f379c84464250 + XMTP: d364bb93ef30523ba8a66a3e57c3a39f32e06f5e + XMTPReactNative: 9ce794973cfe73271557ae504c99be9d81d80cd2 Yoga: e71803b4c1fff832ccf9b92541e00f9b873119b9 PODFILE CHECKSUM: 95d6ace79946933ecf80684613842ee553dd76a2 diff --git a/ios/XMTPModule.swift b/ios/XMTPModule.swift index 6b1acc0b8..b47bde3f3 100644 --- a/ios/XMTPModule.swift +++ b/ios/XMTPModule.swift @@ -160,8 +160,8 @@ public class XMTPModule: Module { let options = self.createClientConfig( env: authOptions.environment, appVersion: authOptions.appVersion, - preCreateIdentityCallback: preCreateIdentityCallback, preEnableIdentityCallback: preEnableIdentityCallback, + preCreateIdentityCallback: preCreateIdentityCallback, preAuthenticateToInboxCallback: preAuthenticateToInboxCallback, enableV3: authOptions.enableV3, dbEncryptionKey: encryptionKeyData, diff --git a/ios/XMTPReactNative.podspec b/ios/XMTPReactNative.podspec index bb034d47d..add0e4079 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.13.14" + s.dependency "XMTP", "= 0.13.15" end