Skip to content

Commit 692054d

Browse files
authored
Update webrtc to m137 (#745)
1 parent 80ecdc6 commit 692054d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.changes/webrtc-m137

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
minor type="changed" "Updated webrtc to m137"

LiveKitClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
1414

1515
spec.source_files = "Sources/**/*"
1616

17-
spec.dependency("LiveKitWebRTC", "= 125.6422.33")
17+
spec.dependency("LiveKitWebRTC", "= 137.7151.02")
1818
spec.dependency("SwiftProtobuf")
1919
spec.dependency("Logging", "= 1.5.4")
2020
spec.dependency("DequeModule", "= 1.1.4")

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ let package = Package(
99
.iOS(.v13),
1010
.macOS(.v10_15),
1111
.macCatalyst(.v14),
12-
.visionOS(.v1),
1312
.tvOS(.v17),
1413
],
1514
products: [
@@ -20,7 +19,7 @@ let package = Package(
2019
],
2120
dependencies: [
2221
// LK-Prefixed Dynamic WebRTC XCFramework
23-
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.33"),
22+
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.02"),
2423
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
2524
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.2"),
2625
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),

Package@swift-6.0.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.iOS(.v13),
1010
.macOS(.v10_15),
1111
.macCatalyst(.v14),
12-
.visionOS(.v1),
12+
.visionOS(.v2),
1313
.tvOS(.v17),
1414
],
1515
products: [
@@ -20,7 +20,7 @@ let package = Package(
2020
],
2121
dependencies: [
2222
// LK-Prefixed Dynamic WebRTC XCFramework
23-
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.33"),
23+
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "137.7151.02"),
2424
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.29.0"),
2525
.package(url: "https://github.com/apple/swift-log.git", from: "1.6.2"),
2626
.package(url: "https://github.com/apple/swift-collections.git", from: "1.1.0"),

0 commit comments

Comments
 (0)