Skip to content

Commit

Permalink
update webrtc repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Dec 13, 2023
1 parent 01d62cf commit 1134a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ let package = Package(
),
],
dependencies: [
// Dynamic LK-prefixed XCFramework
.package(name: "WebRTC", url: "https://github.com/livekit/webrtc-xcframework-static.git", .exact("114.5735.10")),
// LK-Prefixed Dynamic WebRTC XCFramework
.package(name: "WebRTC", url: "https://github.com/livekit/webrtc-xcframework.git", .exact("114.5735.10")),
.package(name: "SwiftProtobuf", url: "https://github.com/apple/swift-protobuf.git", .upToNextMajor(from: "1.25.2")),
.package(url: "https://github.com/apple/swift-log.git", .upToNextMajor(from: "1.5.3")),
],
Expand Down

0 comments on commit 1134a64

Please sign in to comment.