Skip to content

Commit

Permalink
use dynamic prefixed lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Dec 13, 2023
1 parent 14b8400 commit 010c28e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ let package = Package(
),
],
dependencies: [
.package(name: "WebRTC", url: "https://github.com/livekit/webrtc-xcframework-static.git", .exact("114.5735.09")),
// Dynamic LK-prefixed XCFramework
.package(name: "WebRTC", url: "https://github.com/livekit/webrtc-xcframework-static.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 010c28e

Please sign in to comment.