From e846b37327c3d0c6f977463897d44916b8babe34 Mon Sep 17 00:00:00 2001 From: Victor Barskov Date: Mon, 20 Jan 2025 14:53:44 +0300 Subject: [PATCH] v --- Package.swift | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index ea770324..d109c306 100644 --- a/Package.swift +++ b/Package.swift @@ -23,8 +23,9 @@ let package = Package( // Products define the executables and libraries produced by a package, and make them visible to other packages. .library( name: "DeviceKit", + type: .dynamic, targets: ["DeviceKit"] - ) + ), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.