Skip to content

Commit

Permalink
Add SPM special case
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-lsvk committed May 17, 2023
1 parent 9c1515b commit 95369bb
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 95369bb

Please sign in to comment.