Skip to content

Commit

Permalink
Add SPM products definition
Browse files Browse the repository at this point in the history
  • Loading branch information
abotkin-cpi committed Oct 19, 2019
1 parent 6d6cc79 commit dcc689f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ let package = Package(
platforms: [
.macOS(.v10_13),
],
products: [
.executable(name: "xcparse", targets: ["xcparse"]),
.library(
name: "XCParseCore",
targets: ["XCParseCore"]
)
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
Expand Down

0 comments on commit dcc689f

Please sign in to comment.