Skip to content

Commit 711c8fe

Browse files
committed
Expose DispatchTimerDynamic dynamically-linked library
1 parent e5b70a9 commit 711c8fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Package.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ let package = Package(
1010
.library(
1111
name: "DispatchTimer",
1212
targets: ["DispatchTimer"]),
13+
.library(
14+
name: "DispatchTimerDynamic",
15+
type: .dynamic,
16+
targets: ["DispatchTimer"]),
1317
],
1418
dependencies: [
1519
.package(

0 commit comments

Comments
 (0)