Skip to content

Commit 945bce0

Browse files
committed
Clarified SwiftPM products.
1 parent 3777876 commit 945bce0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ let package = Package(
1717
name: "swift-format",
1818
products: [
1919
.executable(name: "swift-format", targets: ["swift-format"]),
20-
.library(name: "SwiftFormat", targets: ["SwiftFormat"]),
20+
.library(name: "SwiftFormat", targets: ["SwiftFormat", "SwiftFormatConfiguration"]),
21+
.library(name: "SwiftFormatConfiguration", targets: ["SwiftFormatConfiguration"]),
2122
],
2223
dependencies: [
2324
.package(url: "https://github.com/apple/swift-package-manager.git", from: "0.4.0"),

0 commit comments

Comments
 (0)