Skip to content

Commit 2a46221

Browse files
authored
[Package.swift] Specify target source files path
1 parent 2c07412 commit 2a46221

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ let package = Package(
88
],
99
targets: [
1010
.target(
11-
name: "AlignedCollectionViewFlowLayout"
11+
name: "AlignedCollectionViewFlowLayout",
12+
path: "AlignedCollectionViewFlowLayout"
1213
)
1314
]
1415
)

0 commit comments

Comments
 (0)