Skip to content

Commit

Permalink
release: 114.5735.01.
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc committed Jun 27, 2023
1 parent 2f6bab3 commit c7f109e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

--------------------------------------------
[114.5735.01] - 2023.06.27

* Upgrade to WebRTC-SDK M114.5735.01

[104.5112.17] - 2023.05.22

* Upgrade to WebRTC-SDK M104.5112.17
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.17/WebRTC.xcframework.zip",
checksum: "f837e113174c9a3701fc5be90ba0411536b77992eb8f8fee7280e28259b4ec63"
url: "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.01/WebRTC.xcframework.zip",
checksum: "4540b9340aa68f64092aaef49968b8075d1cbd0e03068ddd6f7a088f9ca443a8"
),
]
)
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.17'
pod 'WebRTC-SDK', '=114.5735.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 = "104.5112.17"
spec.version = "114.5735.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/104.5112.17/WebRTC.xcframework.zip" }
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.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 @@
{
"104.5112.17": "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.17/WebRTC.xcframework.zip"
"114.5735.01": "https://github.com/webrtc-sdk/Specs/releases/download/114.5735.01/WebRTC.xcframework.zip"
}

0 comments on commit c7f109e

Please sign in to comment.