Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit 8507fc5

Browse files
committed
removed dynamic target
1 parent f4c31aa commit 8507fc5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Package.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ let package = Package(
55
name: "shell-kit",
66
products: [
77
.library(name: "ShellKit", targets: ["ShellKit"]),
8-
.library(name: "ShellKitDynamic", type: .dynamic, targets: ["ShellKit"])
98
],
109
targets: [
1110
.target(name: "ShellKit", dependencies: []),

0 commit comments

Comments
 (0)