Skip to content

Commit

Permalink
Merge pull request #531 from jonreid/master
Browse files Browse the repository at this point in the history
swift: fix warning about executableTarget
  • Loading branch information
codecop authored Mar 18, 2024
2 parents ebf85e0 + f0518b5 commit ed01c66
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 ed01c66

Please sign in to comment.