Skip to content

Commit

Permalink
chore: bump version to 97.4692.01
Browse files Browse the repository at this point in the history
  • Loading branch information
davidliu committed Feb 21, 2022
1 parent f83999e commit 66e33d4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

--------------------------------------------
[97.4692.01] - 2022.02.21

* Upgrade to WebRTC-SDK M97.4692.01

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

--------------------------------------------
[93.4577.02] - 2022.01.10

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/93.4577.02/WebRTC.xcframework.zip",
checksum: "1b88bb29dfd6070325488d104a3508d38031038d05c0c8f9371bc23b793a2acd"
url: "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.01/WebRTC.xcframework.zip",
checksum: "7e326aa73408bac561ff72a9ce89d384f707ebb858135b705180a863082e5345"
),
]
)
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', '=93.4577.01'
pod 'WebRTC-SDK', '=97.4692.01'
```
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 = "93.4577.02"
spec.version = "97.4692.01"
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/93.4577.02/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.01/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 @@
{
"93.4577.02": "https://github.com/webrtc-sdk/Specs/releases/download/93.4577.02/WebRTC.xcframework.zip"
"97.4692.01": "https://github.com/webrtc-sdk/Specs/releases/download/97.4692.01/WebRTC.xcframework.zip"
}

0 comments on commit 66e33d4

Please sign in to comment.