We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 272d1f5 commit 91c9f1eCopy full SHA for 91c9f1e
README.md
@@ -23,7 +23,7 @@ To add a dependency on the package, declare it in your `Package.swift`:
23
and to your application target, add `Lifecycle` to your dependencies:
24
25
```swift
26
-.target(name: "MyApplication", dependencies: ["Lifecycle"]),
+.target(name: "MyApplication", dependencies: [.product(name: "Lifecycle", package: "swift-service-lifecycle")]),
27
```
28
29
### Defining the lifecycle
0 commit comments