From 9f1ecc1bea4eb89d3d278272f4ec4e686c393378 Mon Sep 17 00:00:00 2001 From: llbartekll Date: Tue, 17 Sep 2024 10:34:51 +0200 Subject: [PATCH] fix cocoapods --- Sources/WalletConnectRelay/Dispatching.swift | 1 - reown-swift.podspec | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Sources/WalletConnectRelay/Dispatching.swift b/Sources/WalletConnectRelay/Dispatching.swift index 5e77a374..118bf7cf 100644 --- a/Sources/WalletConnectRelay/Dispatching.swift +++ b/Sources/WalletConnectRelay/Dispatching.swift @@ -6,7 +6,6 @@ protocol Dispatching { var isSocketConnected: Bool { get } var networkConnectionStatusPublisher: AnyPublisher { get } var socketConnectionStatusPublisher: AnyPublisher { get } -// func send(_ string: String, completion: @escaping (Error?) -> Void) func protectedSend(_ string: String, completion: @escaping (Error?) -> Void) func protectedSend(_ string: String) async throws func connect() throws diff --git a/reown-swift.podspec b/reown-swift.podspec index f95d1ccf..3e22ab77 100644 --- a/reown-swift.podspec +++ b/reown-swift.podspec @@ -25,7 +25,7 @@ Pod::Spec.new do |spec| spec.default_subspecs = 'WalletKit' spec.subspec 'WalletKit' do |ss| - ss.source_files = 'Sources/WalletKit/**/*.{h,m,swift}' + ss.source_files = 'Sources/ReownWalletKit/**/*.{h,m,swift}' ss.dependency 'reown-swift/WalletConnectSign' ss.dependency 'reown-swift/WalletConnectPush' ss.dependency 'reown-swift/WalletConnectVerify'