Skip to content

Commit

Permalink
125.6422.12-exp.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Dec 10, 2024
1 parent e43fe60 commit d9d951d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LiveKitWebRTC.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "LiveKitWebRTC"
spec.version = "125.6422.11"
spec.version = "125.6422.12-exp.1"
spec.summary = "Custom WebRTC build for LiveKit"
spec.description = <<-DESC
LiveKit version Dynamic WebRTC XCFramework
Expand All @@ -16,7 +16,7 @@ Pod::Spec.new do |spec|
spec.osx.deployment_target = "10.15"

spec.source = {
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.11/LiveKitWebRTC.xcframework.zip"
:http => "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.12-exp.1/LiveKitWebRTC.xcframework.zip"
}
spec.vendored_frameworks = "LiveKitWebRTC.xcframework"
end
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "LiveKitWebRTC",
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.11/LiveKitWebRTC.xcframework.zip",
checksum: "5bf215ea2d9607752d76baecf4643273fcb0a4285d1da50ce0c6b5afa4c39511"
url: "https://github.com/livekit/webrtc-xcframework/releases/download/125.6422.12-exp.1/LiveKitWebRTC.xcframework.zip",
checksum: "689f016dca52d7ac94cae619ee96be0bafb006c7031f39cd72d01b0b4d3e446e"
),
]
)

0 comments on commit d9d951d

Please sign in to comment.