Skip to content

Commit 39a9357

Browse files
committed
removed dynamic library
1 parent 860b85e commit 39a9357

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: "git-kit",
66
products: [
77
.library(name: "GitKit", targets: ["GitKit"]),
8-
.library(name: "GitKitDynamic", type: .dynamic, targets: ["GitKit"])
98
],
109
dependencies: [
1110
.package(url: "https://github.com/binarybirds/shell-kit", from: "1.0.0"),

0 commit comments

Comments
 (0)