mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-23 08:09:41 +01:00
Remove .dynamic from Articles and Secrets packages.
This commit is contained in:
parent
7f7aebc3a9
commit
64dc45ef38
@ -7,7 +7,6 @@ let package = Package(
|
||||
products: [
|
||||
.library(
|
||||
name: "Articles",
|
||||
type: .dynamic,
|
||||
targets: ["Articles"]),
|
||||
],
|
||||
dependencies: [
|
||||
|
@ -7,7 +7,6 @@ let package = Package(
|
||||
products: [
|
||||
.library(
|
||||
name: "Secrets",
|
||||
type: .dynamic,
|
||||
targets: ["Secrets"]
|
||||
)
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user