diff --git a/Package.swift b/Package.swift index ea77032..d109c30 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.