Skip to content

Commit

Permalink
release: 114.5735.07.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 20, 2023
1 parent 7604a89 commit 054e477
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

--------------------------------------------
[114.5735.07] - 2023.09.20

* Upgrade to WebRTC-SDK M114.5735.20
* fix h264 freeze on E2EE.
* Send frame cryptor events from signaling-thread.

[114.5735.06] - 2023.09.14

* Upgrade to WebRTC-SDK M114.5735.06
Expand Down
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "WebRTC",
platforms: [.iOS(.v10), .macOS(.v10_11)],
platforms: [.iOS(.v12), .macOS(.v10_13)],
products: [
.library(
name: "WebRTC",
Expand All @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.06/WebRTC.xcframework.zip",
checksum: "db007908eebe8f5f01aa4e9bd147bada25188ad2bf345a131aecbdfe4bd473bb"
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.07/WebRTC.xcframework.zip",
checksum: "0737d0a7dad710e87e0e2d15135601b7585e7a987b0280a94199b5983446ed20"
),
]
)
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', '=114.5735.06'
pod 'WebRTC-SDK', '=114.5735.07'
```
8 changes: 4 additions & 4 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 = "114.5735.06"
spec.version = "114.5735.07"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
Expand All @@ -12,10 +12,10 @@ Pod::Spec.new do |spec|
spec.homepage = "https://github.com/webrtc-sdk/Specs"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE' }
spec.author = "webrtc-sdk"
spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.11'
spec.ios.deployment_target = '12.0'
spec.osx.deployment_target = '10.13'

spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.06/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.07/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 @@
{
"114.5735.06": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.06/WebRTC.xcframework.zip"
"114.5735.07": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.07/WebRTC.xcframework.zip"
}

0 comments on commit 054e477

Please sign in to comment.