File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Sources/StreamVideo/Generated Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,5 +9,5 @@ extension SystemEnvironment {
99 /// A Stream Video version.
1010 public static let version : String = " 1.37.0-SNAPSHOT "
1111 /// The WebRTC version.
12- public static let webRTCVersion : String = " 137.0.43 "
12+ public static let webRTCVersion : String = " 137.0.52 "
1313}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Pod::Spec.new do |spec|
2424
2525 spec . prepare_command = <<-CMD
2626 mkdir -p Frameworks/
27- curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.43 /StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
27+ curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.52 /StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
2828 unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/
2929 rm Frameworks/StreamWebRTC.zip
3030 CMD
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Pod::Spec.new do |spec|
2525
2626 spec . prepare_command = <<-CMD
2727 mkdir -p Frameworks/
28- curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.43 /StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
28+ curl -sL "https://github.com/GetStream/stream-video-swift-webrtc/releases/download/137.0.52 /StreamWebRTC.xcframework.zip" -o Frameworks/StreamWebRTC.zip
2929 unzip -o Frameworks/StreamWebRTC.zip -d Frameworks/
3030 rm Frameworks/StreamWebRTC.zip
3131 CMD
You can’t perform that action at this time.
0 commit comments