Skip to content

Commit ee875c8

Browse files
committed
[Package] Add Utility product
1 parent ef6bbe9 commit ee875c8

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Package.swift

+13-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,19 @@ let package = Package(
3434
"Xcodeproj",
3535
"Workspace"
3636
]
37-
)
37+
),
38+
39+
// Collection of general purpose utilities.
40+
.library(
41+
name: "Utility",
42+
targets: [
43+
"clibc",
44+
"libc",
45+
"POSIX",
46+
"Basic",
47+
"Utility",
48+
]
49+
),
3850
],
3951
targets: [
4052
// The `PackageDescription` targets are special, they define the API which

0 commit comments

Comments
 (0)