Skip to content

Commit

Permalink
Merge pull request #15 from arielelkin/patch-1
Browse files Browse the repository at this point in the history
fix Invalid Exclude build warning
  • Loading branch information
bring-shrubbery authored Nov 10, 2021
2 parents 930d941 + 0c7a165 commit 01dae00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
],
targets: [
.target(
name: "SwiftUITooltip",
exclude: ["images"]),
name: "SwiftUITooltip"
)
]
)

0 comments on commit 01dae00

Please sign in to comment.