Skip to content

Commit

Permalink
Remove Dynamic Library (#10)
Browse files Browse the repository at this point in the history
We only added it to test something out.
  • Loading branch information
stephencelis authored May 13, 2020
1 parent d0a87fb commit fb733d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ let package = Package(
.library(
name: "CasePaths",
targets: ["CasePaths"]),
.library(
name: "CasePaths-dynamic",
type: .dynamic,
targets: ["CasePaths"]),
],
dependencies: [],
targets: [
Expand Down

0 comments on commit fb733d8

Please sign in to comment.