Skip to content

Commit

Permalink
Release M125 (#98)
Browse files Browse the repository at this point in the history
Updated files for release M125
  • Loading branch information
github-actions[bot] authored May 18, 2024
1 parent cbe7267 commit b4f5a90
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.DS_Store
.gclient
.gclient_entries
.gcs_entries
depot_tools
src
.cipd
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/stasel/WebRTC/releases/download/124.0.0/WebRTC-M124.xcframework.zip",
checksum: "682e40eb2d32a5214228759c07293977e90818aeb957f622f95b76dc1bc7b8f2"
url: "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip",
checksum: "4da2f9c7b7481a82249ea61dfcceae7caac6890e0a0412389684765435113ae8"
),
]
)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
Or, you can add the following dependency to your `Package.swift` file:
```swift
dependencies: [
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("124.0.0"))
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("125.0.0"))
]
```

Expand Down
4 changes: 2 additions & 2 deletions WebRTC-lib.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "WebRTC-lib"
spec.version = "124.0.0"
spec.version = "125.0.0"
spec.summary = "Unofficial distribution of WebRTC framework binaries for iOS. "
spec.description = <<-DESC
This pod contains unofficial distribution of WebRTC framework binaries for iOS.
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.ios.deployment_target = '12.0'
spec.osx.deployment_target = '10.11'

spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/124.0.0/WebRTC-M124.xcframework.zip" }
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"

end
1 change: 1 addition & 0 deletions WebRTC.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"122.0.0": "https://github.com/stasel/WebRTC/releases/download/122.0.0/WebRTC-M122.xcframework.zip",
"123.0.0": "https://github.com/stasel/WebRTC/releases/download/123.0.0/WebRTC-M123.xcframework.zip",
"124.0.0": "https://github.com/stasel/WebRTC/releases/download/124.0.0/WebRTC-M124.xcframework.zip",
"125.0.0": "https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip",
"88.0.0": "https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip",
"89.0.0": "https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip",
"90.0.0": "https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip",
Expand Down

0 comments on commit b4f5a90

Please sign in to comment.