Skip to content

Commit

Permalink
update.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Oct 10, 2022
1 parent 28331ae commit 5d51b99
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
* Upgrade to WebRTC-SDK M104.5112.04
* Cross-platform `RTCMTLVideoView` for both iOS / macOS (#40)

[104.5112.04] - 2022.08.10
[104.5112.03] - 2022.08.10

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

[104.5112.02] - 2022.08.03
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: [
.binaryTarget(
name: "WebRTC",
url: "https://github.com/webrtc-sdk/Specs-test/releases/download/104.5112.04/WebRTC.xcframework.zip",
url: "https://github.com/webrtc-sdk/Specs-test/releases/download/104.5112.05/WebRTC.xcframework.zip",
checksum: "5fe9fc282e1e0ef8cdc1386b2bdda69e0e6809cce77508bcab67432931bdf003"
),
]
Expand Down
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.04'
pod 'WebRTC-SDK', '=104.5112.05'
```
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.04"
spec.version = "104.5112.05"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.author = "webrtc-sdk"
spec.ios.deployment_target = '10.0'

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

0 comments on commit 5d51b99

Please sign in to comment.