Skip to content

Commit

Permalink
release: 125.6422.00.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 3, 2024
1 parent fa02bef commit 575ca42
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

--------------------------------------------
[125.6422.00] - 2024.06.03

* Upgrade to WebRTC-SDK M125.6422.00

[114.5735.09] - 2024.04.08

* Upgrade to WebRTC-SDK M114.5735.09
Expand Down
4 changes: 2 additions & 2 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(.v12), .macOS(.v10_13)],
platforms: [.iOS(.v13), .macOS(.v10_13)],
products: [
.library(
name: "WebRTC",
Expand All @@ -14,7 +14,7 @@ let package = Package(
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.09/WebRTC.xcframework.zip",
checksum: "23c98f013e90133ab3ea8dff14de7cc8e53e0ea293f3453e129a41ba05cc49a4"
checksum: "97f19f1b1490d21f729d86daffc07d6244cb790fffe155dd61140037246d6821"
),
]
)
6 changes: 3 additions & 3 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.09"
spec.version = "125.6422.00"
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 = '12.0'
spec.ios.deployment_target = '13.0'
spec.osx.deployment_target = '10.13'

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

0 comments on commit 575ca42

Please sign in to comment.