We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f75598 commit 39beb85Copy full SHA for 39beb85
Package.swift
@@ -9,7 +9,7 @@ let package = Package(
9
],
10
products: [
11
// Products define the executables and libraries produced by a package, and make them visible to other packages.
12
- .executable(name: "swiftdraw", targets: ["CommandLine"]),
+ .executable(name: "swiftdrawcli", targets: ["CommandLine"]),
13
.library(
14
name: "SwiftDraw",
15
targets: ["SwiftDraw"]),
0 commit comments