Skip to content

Commit 3e5f554

Browse files
stefanceriupixlwave
authored andcommitted
Package the product library as dyamic
1 parent 9316378 commit 3e5f554

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ let package = Package(
1010
.iOS(.v16)
1111
],
1212
products: [
13-
.library(name: "MatrixRustSDK", targets: ["MatrixRustSDK"]),
13+
.library(name: "MatrixRustSDK", type: .dynamic, targets: ["MatrixRustSDK"]),
1414
],
1515
targets: [
1616
.binaryTarget(name: "MatrixSDKFFI", url: url, checksum: checksum),

0 commit comments

Comments
 (0)