Skip to content

Commit

Permalink
release: 125.6422.01.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 17, 2024
1 parent e4ff539 commit 0d8763a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

--------------------------------------------
[125.6422.01] - 2024.06.17

* Upgrade to WebRTC-SDK M125.6422.01

[114.5735.10] - 2024.05.01

* Upgrade to WebRTC-SDK M114.5735.10
* Added Privacy manifest files
* Fixed naming for yuv helper
* Fixed naming for yuv helper

[114.5735.09] - 2024.04.08

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(.v12), .macOS(.v10_13)],
platforms: [.iOS(.v12), .macOS(.v10_15)],
products: [
.library(
name: "WebRTC",
Expand All @@ -14,8 +14,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.10/WebRTC.xcframework.zip",
checksum: "4bf23b94b9c914b21b2eb19377641d2e5689e053282a4676edba0d6d7622bce1"
url: "https://github.com/webrtc-sdk/Specs/releases/download/125.6422.01/WebRTC.xcframework.zip",
checksum: "523bc90bfb32155dcc45f2c693b0e5c7c7f0d55ee380a8a125e4273e5f636bae"
),
]
)
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.10'
pod 'WebRTC-SDK', '=125.6422.01'
```
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.10"
spec.version = "125.6422.01"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
Expand All @@ -13,9 +13,9 @@ Pod::Spec.new do |spec|
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE' }
spec.author = "webrtc-sdk"
spec.ios.deployment_target = '12.0'
spec.osx.deployment_target = '10.13'
spec.osx.deployment_target = '10.15'

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

0 comments on commit 0d8763a

Please sign in to comment.