Skip to content

Commit

Permalink
Merge pull request #845 from WalletConnect/verify-api-cocoapods
Browse files Browse the repository at this point in the history
Add SPM special case
  • Loading branch information
Alexander Lisovik authored May 17, 2023
2 parents 4b56ab8 + 95369bb commit 73e650b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Sources/Auth/Auth.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import Foundation
import Combine

#if SWIFT_PACKAGE
public typealias VerifyContext = WalletConnectVerify.VerifyContext
#endif

/// Auth instatnce wrapper
///
/// ```Swift
Expand Down
2 changes: 2 additions & 0 deletions Sources/WalletConnectSign/Sign/Sign.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import Foundation
import Combine

#if SWIFT_PACKAGE
public typealias VerifyContext = WalletConnectVerify.VerifyContext
#endif

/// Sign instatnce wrapper
///
Expand Down
3 changes: 3 additions & 0 deletions Sources/Web3Wallet/Web3Wallet.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
import Foundation
import Combine

#if SWIFT_PACKAGE
public typealias VerifyContext = WalletConnectVerify.VerifyContext
#endif

/// Web3Wallet instance wrapper
///
/// ```Swift
Expand Down

0 comments on commit 73e650b

Please sign in to comment.