Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
davdroman committed Oct 27, 2023
1 parent 4a1397f commit 9e86912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ package.targets += [
.target(name: "NavigationTransition", dependencies: [
"Animation",
"AtomicTransition",
SwiftUIIntrospect,
]),

.target(name: "NavigationTransitions", dependencies: [
"NavigationTransition",
"RuntimeAssociation",
"RuntimeSwizzling",
SwiftUIIntrospect,
]),

.target(name: "RuntimeAssociation"),
Expand Down

0 comments on commit 9e86912

Please sign in to comment.