Skip to content

Commit

Permalink
release: 125.6422.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jul 12, 2024
1 parent 71e596e commit 67116cb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Changelog

--------------------------------------------
[125.6422.04] - 2024-07-12

* Upgrade to WebRTC-SDK M125.6422.04
* Fix webrtc_voice_engine not notifying mute change (#128)

[125.6422.03] - 2024-07-09

* Upgrade to WebRTC-SDK M125.6422.03
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.03/WebRTC.xcframework.zip",
checksum: "c3a6dcdf2ad562dce521682ccc4f15950a0d3def918571359cabea012c86743f"
url: "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.04/WebRTC.xcframework.zip",
checksum: "3760f129d10ed8332a4e4a6f09600222848f548a5948a097bd2130e22108a188"
),
]
)
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.03'
pod 'WebRTC-SDK', '=125.6422.04'
```
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.03"
spec.version = "125.6422.04"
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.03/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.04/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.03": "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.03/WebRTC.xcframework.zip"
"125.6422.04": "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.04/WebRTC.xcframework.zip"
}

0 comments on commit 67116cb

Please sign in to comment.