Skip to content

Commit f81a709

Browse files
committed
add static type
1 parent ef33c34 commit f81a709

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
@@ -7,7 +7,7 @@ let package = Package(
77
.iOS("13.0") // update as needed
88
],
99
products: [
10-
.library(name: "stream-webrtc-flutter", targets: ["stream_webrtc_flutter"])
10+
.library(name: "stream-webrtc-flutter", type: .static, targets: ["stream_webrtc_flutter"])
1111
],
1212
dependencies: [
1313
.package(

0 commit comments

Comments
 (0)