Skip to content

Commit

Permalink
release: 104.5112.04.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Sep 11, 2022
1 parent 795afa9 commit 0363dee
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 8 deletions.
9 changes: 7 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Changelog

--------------------------------------------
[104.5112.03] - 2022.08.10
[104.5112.04] - 2022.09.11

* Upgrade to WebRTC-SDK M104.5112.03
* Upgrade to WebRTC-SDK M104.5112.04
* Cross-platform `RTCMTLVideoView` for both iOS / macOS (#40)

[104.5112.04] - 2022.08.10

* Upgrade to WebRTC-SDK M104.5112.04
* [Mac] fix: Get thumbnails asynchronously.

[104.5112.02] - 2022.08.03
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.03/WebRTC.xcframework.zip",
checksum: "ca7c1623285f1ca383c5387098d2cc56e186b3171404f49e41ce99edd1fe678e"
url: "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.04/WebRTC.xcframework.zip",
checksum: "7aabeae4d53857f54797bb63304a3bc62d32be288283228444985fc1dc533775"
),
]
)
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.03'
pod 'WebRTC-SDK', '=104.5112.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 = "104.5112.03"
spec.version = "104.5112.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 = '10.0'
spec.osx.deployment_target = '10.11'

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

0 comments on commit 0363dee

Please sign in to comment.