Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 4ff0fd8

Browse files
authored
Fix invalid exclude path warning (#61)
exclude is relative to the target path so this isn't needed.
1 parent 0054f7d commit 4ff0fd8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ let package = Package(
1515
targets: [
1616
.target(
1717
name: "CollectionViewPagingLayout",
18-
path: "Lib",
19-
exclude: ["Samples"])
18+
path: "Lib")
2019
]
2120
)

0 commit comments

Comments
 (0)