Skip to content

Commit a5e9d10

Browse files
committed
Define library product
1 parent 507b790 commit a5e9d10

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import PackageDescription
44

55
let package = Package(
66
name: "Docopt",
7+
products: [
8+
.library(name: "Docopt", targets: ["Docopt"])
9+
],
710
targets: [
811
.target(
912
name: "Docopt",
@@ -17,4 +20,4 @@ let package = Package(
1720
// path: "DocoptTests"
1821
// )
1922
]
20-
)
23+
)

0 commit comments

Comments
 (0)