Skip to content

Commit f9e4760

Browse files
authoredJun 20, 2022
Update .spi.yml (#5)
* Update .spi.yml * Remove plugin * Update Package.swift
1 parent 492158d commit f9e4760

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed
 

‎.spi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
version: 1
22
builder:
33
configs:
4-
- documentation_targets: [Target]
4+
- documentation_targets: [ScriptSwift]

‎Package.resolved

-9
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,6 @@
1818
"revision": "e1577acf2b6e90086d01a6d5e2b8efdaae033568",
1919
"version": "2.3.0"
2020
}
21-
},
22-
{
23-
"package": "SwiftDocCPlugin",
24-
"repositoryURL": "https://github.com/apple/swift-docc-plugin",
25-
"state": {
26-
"branch": null,
27-
"revision": "3303b164430d9a7055ba484c8ead67a52f7b74f6",
28-
"version": "1.0.0"
29-
}
3021
}
3122
]
3223
},

‎Package.swift

-7
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,3 @@ let package = Package(
2525
])
2626
]
2727
)
28-
29-
#if swift(>=5.6)
30-
// Add the documentation compiler plugin if possible
31-
package.dependencies.append(
32-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
33-
)
34-
#endif

0 commit comments

Comments
 (0)