We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b29dd21 commit 4e49214Copy full SHA for 4e49214
Package.swift
@@ -7,7 +7,8 @@ let package = Package(
7
.iOS("9.0")
8
],
9
products: [
10
- .library(name: "SwiftMessages", targets: ["SwiftMessages"])
+ .library(name: "SwiftMessages", targets: ["SwiftMessages"]),
11
+ .library(name: "SwiftMessages-Dynamic", type: .dynamic, targets: ["SwiftMessages"])
12
13
targets: [
14
.target(
0 commit comments