Skip to content

Commit

Permalink
exclude files
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kebo committed May 8, 2023
1 parent 2a77acf commit 53c1c66
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.target(
name: "FlexiTooltipView",
dependencies: []),
dependencies: [],
exclude: ["_Images", "Example", "FlexiTooltipView.podspec"]),
.testTarget(
name: "FlexiTooltipViewTests",
dependencies: ["FlexiTooltipView"]),
Expand Down

0 comments on commit 53c1c66

Please sign in to comment.