Skip to content

Commit 2b4f05c

Browse files
committed
update
1 parent e052f1d commit 2b4f05c

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
@@ -7,9 +7,12 @@ let package = Package(
77
name: "coswift",
88
products: [
99
// Products define the executables and libraries produced by a package, and make them visible to other packages.
10+
.library(
11+
name: "cocore",
12+
targets: ["cocore"]),
1013
.library(
1114
name: "coswift",
12-
targets: ["coswift", "cocore"]),
15+
targets: ["coswift"]),
1316
],
1417
dependencies: [
1518
// Dependencies declare other packages that this package depends on.

0 commit comments

Comments
 (0)