Skip to content

Commit 2af9c71

Browse files
committed
Changed library type to dynamic
1 parent 20d3cb7 commit 2af9c71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import PackageDescription
1616
let package = Package(
1717
name: "LSFileWrapper",
1818
products: [
19-
.library(name: "LSFileWrapper", targets: ["LSFileWrapper"])
19+
.library(name: "LSFileWrapper", type: .dynamic, targets: ["LSFileWrapper"])
2020
],
2121
dependencies: [],
2222
targets: [

0 commit comments

Comments
 (0)