Skip to content

Commit

Permalink
Remove UIKitNavigation dependency from SwiftUINavigation (#194)
Browse files Browse the repository at this point in the history
* Remove UIKitNavigation dependency from SwiftUINavigation

* Update Exports.swift

* Update Package.swift

* wip

---------

Co-authored-by: Stephen Celis <[email protected]>
jc-paris and stephencelis authored Aug 6, 2024
1 parent 4d275f0 commit 2101b07
Showing 3 changed files with 1 addition and 17 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@ let package = Package(
.target(
name: "SwiftUINavigation",
dependencies: [
"UIKitNavigation",
"SwiftNavigation",
.product(name: "CasePaths", package: "swift-case-paths"),
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
]
1 change: 0 additions & 1 deletion Sources/SwiftUINavigation/Internal/Exports.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if canImport(SwiftUI)
@_exported import CasePaths
@_exported import SwiftNavigation
@_exported import UIKitNavigation
#endif // canImport(SwiftUI)
15 changes: 0 additions & 15 deletions Tests/SwiftUINavigationTests/ObserveTests.swift

This file was deleted.

0 comments on commit 2101b07

Please sign in to comment.