mirror of
https://github.com/apple/swift-nio-extras.git
synced 2025-05-17 02:22:18 +08:00
Stop publishing the executable products (#130)
This commit is contained in:
parent
b8e150416a
commit
cd07a89f5b
@ -34,10 +34,6 @@ var targets: [PackageDescription.Target] = [
|
|||||||
let package = Package(
|
let package = Package(
|
||||||
name: "swift-nio-extras",
|
name: "swift-nio-extras",
|
||||||
products: [
|
products: [
|
||||||
.executable(name: "HTTPServerWithQuiescingDemo", targets: ["HTTPServerWithQuiescingDemo"]),
|
|
||||||
.executable(name: "NIOWritePCAPDemo", targets: ["NIOWritePCAPDemo"]),
|
|
||||||
.executable(name: "NIOWritePartialPCAPDemo", targets: ["NIOWritePartialPCAPDemo"]),
|
|
||||||
.executable(name: "NIOExtrasPerformanceTester", targets: ["NIOExtrasPerformanceTester"]),
|
|
||||||
.library(name: "NIOExtras", targets: ["NIOExtras"]),
|
.library(name: "NIOExtras", targets: ["NIOExtras"]),
|
||||||
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
|
.library(name: "NIOHTTPCompression", targets: ["NIOHTTPCompression"]),
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user