Skip to content

Commit

Permalink
Merge pull request #6 from finestructure/master
Browse files Browse the repository at this point in the history
Add dynamic library product
  • Loading branch information
insidegui authored Apr 11, 2020
2 parents 4c28b2e + 9d02887 commit f02d1d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ let package = Package(
.library(
name: "MultipeerKit",
targets: ["MultipeerKit"]),
.library(
name: "MultipeerKit-dynamic",
type: .dynamic,
targets: ["MultipeerKit"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
Expand Down

0 comments on commit f02d1d3

Please sign in to comment.