Skip to content

Commit 41c657a

Browse files
committed
Remove the SwiftFormatConfiguration module.
Now that 509.0.0 has been cut, we can remove this compatibility module. Users should just import `SwiftFormat` for everything now.
1 parent 0e5e7b9 commit 41c657a

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

Package.swift

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,7 @@ let package = Package(
2727
),
2828
.library(
2929
name: "SwiftFormat",
30-
targets: ["SwiftFormat", "SwiftFormatConfiguration"]
31-
),
32-
// TODO: Remove this product after the 509 release.
33-
.library(
34-
name: "SwiftFormatConfiguration",
35-
targets: ["SwiftFormatConfiguration"]
30+
targets: ["SwiftFormat"]
3631
),
3732
.plugin(
3833
name: "FormatPlugin",
@@ -62,13 +57,6 @@ let package = Package(
6257
.product(name: "SwiftParserDiagnostics", package: "swift-syntax"),
6358
]
6459
),
65-
// TODO: Remove this target after the 509 release.
66-
.target(
67-
name: "SwiftFormatConfiguration",
68-
dependencies: [
69-
"SwiftFormat"
70-
]
71-
),
7260
.target(
7361
name: "_SwiftFormatTestSupport",
7462
dependencies: [

Sources/SwiftFormatConfiguration/Compatibility.swift

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)