Skip to content

Commit

Permalink
release: 97.4692.03
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed May 10, 2022
1 parent 063f852 commit 98601b2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Changelog

--------------------------------------------
[97.4692.03] - 2022.05.10

* Added `shouldReceive` property to `RTCVideoTrack`

Corresponds to https://github.com/webrtc-sdk/webrtc/commit/415fbe5e175b7f5815d497c7563eb03ee6687fbe

[97.4692.02] - 2022.02.21

* Fix broken release build
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/97.4692.02/WebRTC.xcframework.zip",
checksum: "dc560311878132c065f94edeb18545f33ef9f1b65e0e669c527550842943c366"
url: "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.03/WebRTC.xcframework.zip",
checksum: "1b99d68330ef66ebc18c9d319c933f0e42c67ec3b7bafa3cad1f77b864a63830"
),
]
)
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', '=97.4692.02'
pod 'WebRTC-SDK', '=97.4692.03'
```
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 = "97.4692.02"
spec.version = "97.4692.03"
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/97.4692.02/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.03/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 @@
{
"97.4692.02": "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.02/WebRTC.xcframework.zip"
"97.4692.03": "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.03/WebRTC.xcframework.zip"
}

0 comments on commit 98601b2

Please sign in to comment.