We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52941d1 commit 7ca7961Copy full SHA for 7ca7961
Package.swift
@@ -9,6 +9,7 @@ let package = Package(
9
// Products define the executables and libraries a package produces, and make them visible to other packages.
10
.library(
11
name: "CEExtensionKit",
12
+ type: .dynamic,
13
targets: ["CEExtensionKit"]),
14
],
15
dependencies: [
0 commit comments