Skip to content

Commit

Permalink
Updated files for release M119
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and stasel committed Nov 2, 2023
1 parent a5f4d8f commit 7a9f5e1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
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/118.0.0/WebRTC-M118.xcframework.zip",
checksum: "3b1e5da6f78c2a7b97c9d2d1e3a725e8c09caa49d5880023a537d6c98e9c8eee"
url: "https://github.com/stasel/WebRTC/releases/download/119.0.0/WebRTC-M119.xcframework.zip",
checksum: "60737020738e76f2200f3f2c12a32f260d116f858a2e1ff33c48973ddd3e1c97"
),
]
)
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("118.0.0"))
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("119.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 = "118.0.0"
spec.version = "119.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/118.0.0/WebRTC-M118.xcframework.zip" }
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/119.0.0/WebRTC-M119.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 @@ -16,6 +16,7 @@
"116.0.0": "https://github.com/stasel/WebRTC/releases/download/116.0.0/WebRTC-M116.xcframework.zip",
"117.0.0": "https://github.com/stasel/WebRTC/releases/download/117.0.0/WebRTC-M117.xcframework.zip",
"118.0.0": "https://github.com/stasel/WebRTC/releases/download/118.0.0/WebRTC-M118.xcframework.zip",
"119.0.0": "https://github.com/stasel/WebRTC/releases/download/119.0.0/WebRTC-M119.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 7a9f5e1

Please sign in to comment.