Skip to content

Commit ff5e6cf

Browse files
authored
Add new HTTPServer product (#7)
1 parent c927b74 commit ff5e6cf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@ let extraSettings: [SwiftSetting] = [
1919

2020
let package = Package(
2121
name: "HTTPServer",
22-
platforms: [.macOS("16")],
22+
products: [
23+
.library(
24+
name: "HTTPServer",
25+
targets: ["HTTPServer"])
26+
],
2327
dependencies: [
2428
.package(url: "https://github.com/apple/swift-collections.git", from: "1.0.4"),
2529
.package(url: "https://github.com/apple/swift-http-types.git", from: "1.0.0"),

0 commit comments

Comments
 (0)