Skip to content

Commit

Permalink
release: 125.6422.06.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Nov 11, 2024
1 parent 837ceb8 commit bb9b52f
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Changelog

--------------------------------------------
[125.6422.06] - 2024-11-11

* Upgrade to WebRTC-SDK M125.6422.06
* Fixed issue with missing network interfaces on iOS (#151)
* Change audio renderer output format (#149)
* remove aes cbc for framecryptor. (#145)

[125.6422.05] - 2024-09-23

* Upgrade to WebRTC-SDK M125.6422.05
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.05/WebRTC.xcframework.zip",
checksum: "c1245206c926e48fca4d1c917981a71650bd44f806e40900fa3947f7bfefe40f"
url: "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.06/WebRTC.xcframework.zip",
checksum: "1dcb091c1d5dc4170b166b8e61eedd6dbd79e48912b7731f19e60ef54461c65d"
),
]
)
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', '=125.6422.05'
pod 'WebRTC-SDK', '=125.6422.06'
```
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 = "125.6422.05"
spec.version = "125.6422.06"
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 = '13.0'
spec.osx.deployment_target = '10.14'

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

0 comments on commit bb9b52f

Please sign in to comment.