Skip to content

Commit 52dc517

Browse files
github-actions[bot]Anka
and
Anka
authored
Updated files for release M126 (#100)
Co-authored-by: Anka <[email protected]>
1 parent b4f5a90 commit 52dc517

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "WebRTC",
16-
url: "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip",
17-
checksum: "4da2f9c7b7481a82249ea61dfcceae7caac6890e0a0412389684765435113ae8"
16+
url: "https://github.com/stasel/WebRTC/releases/download/126.0.0/WebRTC-M126.xcframework.zip",
17+
checksum: "344d805dacc5576317fc50942672126054da03fb395e4fce378b20bb845106d7"
1818
),
1919
]
2020
)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
4040
Or, you can add the following dependency to your `Package.swift` file:
4141
```swift
4242
dependencies: [
43-
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("125.0.0"))
43+
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("126.0.0"))
4444
]
4545
```
4646

WebRTC-lib.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "WebRTC-lib"
4-
spec.version = "125.0.0"
4+
spec.version = "126.0.0"
55
spec.summary = "Unofficial distribution of WebRTC framework binaries for iOS. "
66
spec.description = <<-DESC
77
This pod contains unofficial distribution of WebRTC framework binaries for iOS.
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
1414
spec.ios.deployment_target = '12.0'
1515
spec.osx.deployment_target = '10.11'
1616

17-
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip" }
17+
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/126.0.0/WebRTC-M126.xcframework.zip" }
1818
spec.vendored_frameworks = "WebRTC.xcframework"
1919

2020
end

WebRTC.json

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"123.0.0": "https://github.com/stasel/WebRTC/releases/download/123.0.0/WebRTC-M123.xcframework.zip",
2424
"124.0.0": "https://github.com/stasel/WebRTC/releases/download/124.0.0/WebRTC-M124.xcframework.zip",
2525
"125.0.0": "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip",
26+
"126.0.0": "https://github.com/stasel/WebRTC/releases/download/126.0.0/WebRTC-M126.xcframework.zip",
2627
"88.0.0": "https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip",
2728
"89.0.0": "https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip",
2829
"90.0.0": "https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip",

0 commit comments

Comments
 (0)