Skip to content

Commit 9bec054

Browse files
committed
Disable type: .dynamic
1 parent a327699 commit 9bec054

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Package.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ let package = Package(
1313
// https://forums.swift.org/t/how-to-build-swift-package-as-xcframework/41414/57
1414
//
1515
// TODO: Use env var to switch between static by default and dynamic opt-in
16-
type: .dynamic,
16+
//
17+
// Disabled to test binary target
18+
// type: .dynamic,
1719
targets: ["GutenbergKit"]
1820
)
1921
],

0 commit comments

Comments
 (0)