Skip to content

Commit

Permalink
Add products to Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure authored and stackotter committed Feb 18, 2022
1 parent 0ec688c commit 2620499
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 @@ -6,6 +6,9 @@ import PackageDescription
let package = Package(
name: "swift-bundler",
platforms: [.macOS(.v10_13)],
products: [
.executable(name: "swift-bundler", targets: ["swift-bundler"])
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(name: "DeltaLogger", url: "https://github.com/stackotter/delta-logger", .branch("main")),
Expand Down

0 comments on commit 2620499

Please sign in to comment.