Skip to content

Commit

Permalink
92.4515.08
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Oct 17, 2021
1 parent 28253c2 commit e9938c6
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

--------------------------------------------
[92.4515.08] - 2021.10.18

iOS(arm64,x64) macOS(arm64,x64).

* Add headers for simulcast to macOS.

--------------------------------------------
[92.4515.07] - 2021.09.30

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/92.4515.07/WebRTC.xcframework.zip",
checksum: "7269c6bc6657cb7414df3917ae5dcae64d7dcf152dbf0358f44546d4bb1aa4b0"
url: "https://github.com/webrtc-sdk/Specs/releases/download/92.4515.08/WebRTC.xcframework.zip",
checksum: "9364c80b6d741ab6b7d4f87baac9177921fc782c64d347c5a8d0de4a43e1a0d6"
),
]
)
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', '=92.4515.07'
pod 'WebRTC-SDK', '=92.4515.08'
```
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 = "92.4515.07"
spec.version = "92.4515.08"
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/92.4515.07/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/92.4515.08/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 @@
{
"92.4515.07": "https://github.com/webrtc-sdk/Specs/releases/download/92.4515.07/WebRTC.xcframework.zip"
"92.4515.08": "https://github.com/webrtc-sdk/Specs/releases/download/92.4515.08/WebRTC.xcframework.zip"
}

0 comments on commit e9938c6

Please sign in to comment.