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.
2 parents 4a09ece + 0e05a90 commit 62bcc71Copy full SHA for 62bcc71
Package.swift
@@ -10,7 +10,8 @@ let package = Package(
10
.watchOS(.v2),
11
],
12
products: [
13
- .library(name: "Rswift", targets: ["Rswift"])
+ .library(name: "Rswift", targets: ["Rswift"]),
14
+ .library(name: "RswiftDynamic", type: .dynamic, targets: ["Rswift"])
15
16
targets: [
17
.target(name: "Rswift", path: "Library")
0 commit comments