Skip to content

Commit

Permalink
release 114.5735.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed May 1, 2024
1 parent fa02bef commit e4ff539
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 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.10] - 2024.05.01

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

[114.5735.09] - 2024.04.08

* Upgrade to WebRTC-SDK M114.5735.09
Expand Down
9 changes: 5 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ let package = Package(
products: [
.library(
name: "WebRTC",
targets: ["WebRTC"]),
targets: ["WebRTC"]
),
],
dependencies: [ ],
dependencies: [],
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.09/WebRTC.xcframework.zip",
checksum: "23c98f013e90133ab3ea8dff14de7cc8e53e0ea293f3453e129a41ba05cc49a4"
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.10/WebRTC.xcframework.zip",
checksum: "4bf23b94b9c914b21b2eb19377641d2e5689e053282a4676edba0d6d7622bce1"
),
]
)
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.09'
pod 'WebRTC-SDK', '=114.5735.10'
```
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 = "114.5735.09"
spec.version = "114.5735.10"
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 = '12.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/114.5735.10/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"
"114.5735.10": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.10/WebRTC.xcframework.zip"
}

0 comments on commit e4ff539

Please sign in to comment.