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.
type: .dynamic
1 parent a327699 commit 9bec054Copy full SHA for 9bec054
Package.swift
@@ -13,7 +13,9 @@ let package = Package(
13
// https://forums.swift.org/t/how-to-build-swift-package-as-xcframework/41414/57
14
//
15
// TODO: Use env var to switch between static by default and dynamic opt-in
16
- type: .dynamic,
+ //
17
+ // Disabled to test binary target
18
+ // type: .dynamic,
19
targets: ["GutenbergKit"]
20
)
21
],
0 commit comments