Skip to content

Commit

Permalink
Expose product in Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
Obbut committed Feb 5, 2020
1 parent b4890ae commit 2f37bd0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,10 @@ let package = Package(
platforms: [
.macOS(.v10_15),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
products: [
.executable(name: "owowgenerate-ios", targets: ["owowgenerate-ios"])
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "owowgenerate-ios",
dependencies: []),
Expand Down

0 comments on commit 2f37bd0

Please sign in to comment.