File tree 3 files changed +1
-17
lines changed
3 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
1
version : 1
2
2
builder :
3
3
configs :
4
- - documentation_targets : [Target ]
4
+ - documentation_targets : [ScriptSwift ]
Original file line number Diff line number Diff line change 18
18
"revision" : " e1577acf2b6e90086d01a6d5e2b8efdaae033568" ,
19
19
"version" : " 2.3.0"
20
20
}
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
- }
30
21
}
31
22
]
32
23
},
Original file line number Diff line number Diff line change @@ -25,10 +25,3 @@ let package = Package(
25
25
] )
26
26
]
27
27
)
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
You can’t perform that action at this time.
0 commit comments