Skip to content

Commit

Permalink
Add XCTestDynamicOverlay in order to re-export XCTestDynamicOverlay w…
Browse files Browse the repository at this point in the history
…ithout compiler issue (#254)
  • Loading branch information
andriyslyusar authored Aug 1, 2024
1 parent 4b52156 commit 3547232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ let package = Package(
dependencies: [
"DependenciesMacrosPlugin",
.product(name: "IssueReporting", package: "xctest-dynamic-overlay"),
.product(name: "XCTestDynamicOverlay", package: "xctest-dynamic-overlay"),
]
),
.macro(
Expand Down

0 comments on commit 3547232

Please sign in to comment.