Skip to content

Commit

Permalink
Exclude random project files from SPM.
Browse files Browse the repository at this point in the history
  • Loading branch information
cbpowell committed Oct 7, 2020
1 parent d92fe15 commit 221e384
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 which this package depends on.
.target(
name: "MarqueeLabel",
path: "Sources")
path: "Sources",
exclude: ["Carthage", "Extras", "MarqueeLabel", "MarqueeLabelTV", "Metadata", "CHANGELOG.md", "MarqueeLabel.podpsec"])
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 221e384

Please sign in to comment.