Skip to content

Commit

Permalink
add executableTarget in Package.swift as new format blah blah
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Jun 24, 2023
1 parent eebacf9 commit ed3ffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let package = Package(
),
],
targets: [
.target(
.executableTarget(
name: "AlfredKat",
dependencies: ["AlfredKatCore"]
),
Expand Down

0 comments on commit ed3ffaa

Please sign in to comment.