Skip to content

Commit

Permalink
♻️ Defining an executable as SPM product
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkulman committed Jan 14, 2022
1 parent d2ea8d1 commit 79bc38e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ let package = Package(
platforms: [
.macOS(.v10_15)
],
products: [
.executable(name: "ChangeMenuBarColor", targets: ["ChangeMenuBarColor"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "0.3.1"),
.package(url: "https://github.com/onevcat/Rainbow", from: "3.0.0"),
Expand Down

0 comments on commit 79bc38e

Please sign in to comment.