Skip to content

Commit 1c01dee

Browse files
authored
Merge pull request swiftlang#80 from SDGGiesbrecht/products
Clarify SwiftPM Products
2 parents 3777876 + 945bce0 commit 1c01dee

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)