Skip to content

Commit

Permalink
Release: 104.5112.17.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed May 22, 2023
1 parent 3fddfa4 commit 2f6bab3
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

--------------------------------------------
[104.5112.17] - 2023.05.22

* Upgrade to WebRTC-SDK M104.5112.17
* Improve iOS/macOS H264 encoder.

[104.5112.16] - 2023.04.25

* Upgrade to WebRTC-SDK M104.5112.16
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.16/WebRTC.xcframework.zip",
checksum: "bb4c3df0320e08b3eff547983fc68ccfc47c259363a327deabfb0b087144b646"
url: "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.17/WebRTC.xcframework.zip",
checksum: "f837e113174c9a3701fc5be90ba0411536b77992eb8f8fee7280e28259b4ec63"
),
]
)
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', '=104.5112.16'
pod 'WebRTC-SDK', '=104.5112.17'
```
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 = "104.5112.16"
spec.version = "104.5112.17"
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 = '10.0'
spec.osx.deployment_target = '10.11'

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

0 comments on commit 2f6bab3

Please sign in to comment.