Skip to content

Commit 0197454

Browse files
committed
Fix executable name
1 parent 443a1ea commit 0197454

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

swift/example_code/support/scenario/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import PackageDescription
1515

1616
let package = Package(
17-
name: "hello-support",
17+
name: "support-scenario",
1818
// Let Xcode know the minimum Apple platforms supported.
1919
platforms: [
2020
.macOS(.v13),
@@ -35,7 +35,7 @@ let package = Package(
3535
// Targets can depend on other targets in this package and products
3636
// from dependencies.
3737
.executableTarget(
38-
name: "hello-support",
38+
name: "support-scenario",
3939
dependencies: [
4040
.product(name: "AWSSupport", package: "aws-sdk-swift"),
4141
.product(name: "ArgumentParser", package: "swift-argument-parser")

0 commit comments

Comments
 (0)