Skip to content

Commit 094c4fc

Browse files
github-actions[bot]Anka
and
Anka
authored
Updated files for release M128 (#102)
Co-authored-by: Anka <[email protected]>
1 parent dc5ad15 commit 094c4fc

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/127.0.0/WebRTC-M127.xcframework.zip",
17-
checksum: "8a2fd917c8d7a9aecb78677beb981b7e7ce146c6dbdc5cdab94494e74d476b69"
16+
url: "https://github.com/stasel/WebRTC/releases/download/128.0.0/WebRTC-M128.xcframework.zip",
17+
checksum: "468cf792823b2d9e984bdab18311822cc42f34a905145f475ac6132b28061ff0"
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("127.0.0"))
43+
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("128.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 = "127.0.0"
4+
spec.version = "128.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/127.0.0/WebRTC-M127.xcframework.zip" }
17+
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/128.0.0/WebRTC-M128.xcframework.zip" }
1818
spec.vendored_frameworks = "WebRTC.xcframework"
1919

2020
end

WebRTC.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"125.0.0": "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip",
2626
"126.0.0": "https://github.com/stasel/WebRTC/releases/download/126.0.0/WebRTC-M126.xcframework.zip",
2727
"127.0.0": "https://github.com/stasel/WebRTC/releases/download/127.0.0/WebRTC-M127.xcframework.zip",
28+
"128.0.0": "https://github.com/stasel/WebRTC/releases/download/128.0.0/WebRTC-M128.xcframework.zip",
2829
"88.0.0": "https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip",
2930
"89.0.0": "https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip",
3031
"90.0.0": "https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip",

0 commit comments

Comments
 (0)