Skip to content

Commit

Permalink
release: 104.5112.11.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Feb 13, 2023
1 parent bb27bbd commit 6fee6cd
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

--------------------------------------------
[104.5112.11] - 2023.02.13

* Upgrade to WebRTC-SDK M104.5112.11
* Fixed macOS desktop capture crash with simulcast enabled.
* Fix the crash when setting the fps of the virtual camera.

[104.5112.10] - 2023.02.02

* Upgrade to WebRTC-SDK M104.5112.10
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.10/WebRTC.xcframework.zip",
checksum: "7ef6bcac5b2f6d9b264c5454b74c6caf8e88958510789422cee1e8b5c9d953bc"
url: "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.11/WebRTC.xcframework.zip",
checksum: "e6427b81e3cce09a14b9af507c9861bfb870d6ee6d1dab6a994a1e6bd91b5082"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ source 'https://github.com/webrtc-sdk/Specs.git'
```

```podspec
pod 'WebRTC-SDK', '=104.5112.10'
pod 'WebRTC-SDK', '=104.5112.11'
```
4 changes: 2 additions & 2 deletions WebRTC-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "WebRTC-SDK"
spec.version = "104.5112.10"
spec.version = "104.5112.11"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
Expand All @@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.11'

spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.10/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.11/WebRTC.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

end
2 changes: 1 addition & 1 deletion WebRTC.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"104.5112.10": "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.10/WebRTC.xcframework.zip"
"104.5112.11": "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.11/WebRTC.xcframework.zip"
}

0 comments on commit 6fee6cd

Please sign in to comment.