Fix some link issues.

This commit is contained in:
Brent Simmons
2024-05-21 21:43:43 -07:00
parent 926b8f494e
commit da8b2c331f
4 changed files with 60 additions and 2 deletions

View File

@@ -6,8 +6,12 @@ let package = Package(
name: "Core",
platforms: [.macOS(.v14), .iOS(.v17)],
products: [
.library(name: "Core", targets: ["Core"]),
.library(name: "CoreResources", type: .static, targets: ["CoreResources"])
.library(name: "Core",
type: .dynamic,
targets: ["Core"]),
.library(name: "CoreResources",
type: .static,
targets: ["CoreResources"])
],
dependencies: [
.package(path: "../AppKitExtras")