Skip to content

Commit

Permalink
Revert "temp use local lib"
Browse files Browse the repository at this point in the history
This reverts commit b1b79d2.
  • Loading branch information
hiroshihorie committed Jan 23, 2025
1 parent c978bd3 commit 81afdd1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Package@swift-5.9.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
],
dependencies: [
// LK-Prefixed Dynamic WebRTC XCFramework
// .package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.11"),
.package(url: "https://github.com/livekit/webrtc-xcframework.git", exact: "125.6422.11"),
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.26.0"),
.package(url: "https://github.com/apple/swift-log.git", from: "1.5.4"),
// Only used for DocC generation
Expand All @@ -29,16 +29,14 @@ let package = Package(
.package(url: "https://github.com/vapor/jwt-kit.git", from: "4.13.4"),
],
targets: [
.binaryTarget(name: "LiveKitWebRTC", path: "LiveKitWebRTC.xcframework"),
.target(
name: "LKObjCHelpers",
publicHeadersPath: "include"
),
.target(
name: "LiveKit",
dependencies: [
"LiveKitWebRTC",
// .product(name: "LiveKitWebRTC", package: "webrtc-xcframework"),
.product(name: "LiveKitWebRTC", package: "webrtc-xcframework"),
.product(name: "SwiftProtobuf", package: "swift-protobuf"),
.product(name: "Logging", package: "swift-log"),
"LKObjCHelpers",
Expand Down

0 comments on commit 81afdd1

Please sign in to comment.