Skip to content

Commit

Permalink
Merge pull request #1216 from WalletConnect/feature/router-cocoapods
Browse files Browse the repository at this point in the history
[Cocoapods] Router imports fix
  • Loading branch information
flypaper0 committed Nov 6, 2023
2 parents cedc0dc + 8756f4a commit 747eb91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Sources/WalletConnectRouter/Router/Router.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import UIKit

@_exported import WalletConnectRouter

public struct WalletConnectRouter {
public static func goBack(uri: String) {
if #available(iOS 17, *) {
Expand Down
3 changes: 3 additions & 0 deletions Sources/WalletConnectRouter/Router/RouterImports.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#if !CocoaPods
@_exported import WalletConnectRouter
#endif

0 comments on commit 747eb91

Please sign in to comment.