Remove .dynamic setting from several modules. Let SPM do what it thinks is best.

This commit is contained in:
Brent Simmons
2024-09-29 21:57:37 -07:00
parent ddcbbf86fd
commit 1722b23101
5 changed files with 0 additions and 18 deletions

View File

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