Skip to content

Commit

Permalink
fix cocoapods
Browse files Browse the repository at this point in the history
  • Loading branch information
llbartekll committed Sep 17, 2024
1 parent 61c93cf commit 9f1ecc1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Sources/WalletConnectRelay/Dispatching.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ protocol Dispatching {
var isSocketConnected: Bool { get }
var networkConnectionStatusPublisher: AnyPublisher<NetworkConnectionStatus, Never> { get }
var socketConnectionStatusPublisher: AnyPublisher<SocketConnectionStatus, Never> { 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
Expand Down
2 changes: 1 addition & 1 deletion reown-swift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 9f1ecc1

Please sign in to comment.