Skip to content

Commit

Permalink
swift: fix warning about executableTarget
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Mar 18, 2024
1 parent ebf85e0 commit f0518b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
name: "GildedRose",
dependencies: []
),
.target(
.executableTarget(
name: "GildedRoseApp",
dependencies: ["GildedRose"]
),
Expand Down

0 comments on commit f0518b5

Please sign in to comment.