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 9089b03 commit e8bf822Copy full SHA for e8bf822
1 file changed
Package.swift
@@ -13,6 +13,7 @@ let package = Package(
13
// Products define the executables and libraries a package produces, making them visible to other packages.
14
.library(
15
name: "IoStudKit",
16
+ type: .static,
17
targets: ["IoStudKit"]),
18
],
19
targets: [
0 commit comments