Skip to content

Commit

Permalink
Remove executable as product (airbnb#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bachand authored Jul 27, 2022
1 parent 1d8bb91 commit 30e8f68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ let package = Package(
name: "AirbnbSwift",
platforms: [.macOS(.v10_13)],
products: [
.executable(name: "AirbnbSwiftFormatTool", targets: ["AirbnbSwiftFormatTool"]),
.plugin(name: "FormatSwift", targets: ["FormatSwift"]),
],
dependencies: [
Expand Down

0 comments on commit 30e8f68

Please sign in to comment.