Skip to content

Commit

Permalink
Expose DispatchTimerDynamic dynamically-linked library
Browse files Browse the repository at this point in the history
  • Loading branch information
atdrendel committed Apr 10, 2021
1 parent e5b70a9 commit 711c8fe
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 @@ -10,6 +10,10 @@ let package = Package(
.library(
name: "DispatchTimer",
targets: ["DispatchTimer"]),
.library(
name: "DispatchTimerDynamic",
type: .dynamic,
targets: ["DispatchTimer"]),
],
dependencies: [
.package(
Expand Down

0 comments on commit 711c8fe

Please sign in to comment.