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 fffb1e4 commit e59bbaeCopy full SHA for e59bbae
README.md
@@ -8,17 +8,17 @@ Add `swift-scoped-file-path` as a dependency to your package:
8
9
```swift
10
let package = Package(
11
- // ...
12
- dependencies: [
13
- .package(url: "https://github.com/Formkunft/swift-scoped-file-path", .upToNextMajor(from: "0.2.0")),
14
- ],
15
- targets: [
16
- .target(
17
18
19
- .product(name: "ScopedFilePath", package: "swift-scoped-file-path"),
20
- ]),
21
- ]
+ // ...
+ dependencies: [
+ .package(url: "https://github.com/Formkunft/swift-scoped-file-path", .upToNextMajor(from: "0.2.0")),
+ ],
+ targets: [
+ .target(
+ .product(name: "ScopedFilePath", package: "swift-scoped-file-path"),
+ ]),
+ ]
22
)
23
```
24
0 commit comments