Remove .dynamic from Articles and Secrets packages.

This commit is contained in:
Brent Simmons 2024-03-10 16:45:24 -07:00
parent 7f7aebc3a9
commit 64dc45ef38
2 changed files with 0 additions and 2 deletions

View File

@ -7,7 +7,6 @@ let package = Package(
products: [
.library(
name: "Articles",
type: .dynamic,
targets: ["Articles"]),
],
dependencies: [

View File

@ -7,7 +7,6 @@ let package = Package(
products: [
.library(
name: "Secrets",
type: .dynamic,
targets: ["Secrets"]
)
],