Skip to content

Commit d70e330

Browse files
committed
cleanup
1 parent 30fb385 commit d70e330

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Package.swift

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ let package = Package(
2424
url: "https://github.com/apple/swift-collections.git",
2525
.upToNextMajor(from: "1.0.0")
2626
),
27+
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
2728
],
2829
targets: [
2930
.target(
@@ -48,13 +49,6 @@ let package = Package(
4849
]
4950
)
5051

51-
#if swift(>=5.6)
52-
// plugin support is only available for Swift 5.6 and later
53-
package.dependencies += [
54-
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.1.0"),
55-
]
56-
#endif
57-
5852
// Checking macOS build w/ Xcode 14 beta
5953
// xcodebuild clean test -scheme SwiftVizScale-Package -destination 'platform=macOS,arch=arm64'
6054

0 commit comments

Comments
 (0)