Skip to content

Commit ca931c0

Browse files
authored
Make LifecyleNIOCompat a product (#6)
Motivation: Have other project(s) that want to take advantage of LifecyleNIOCompat. Modifications: Add LifecycleNIOCompat to products. Result: Other projects can depend on LifecycleNIOCompat.
1 parent 46a98e2 commit ca931c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ let package = Package(
66
name: "swift-service-launcher",
77
products: [
88
.library(name: "Lifecycle", targets: ["Lifecycle"]),
9+
.library(name: "LifecycleNIOCompat", targets: ["LifecycleNIOCompat"]),
910
],
1011
dependencies: [
1112
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)