File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ let package = Package(
2020 dependencies: [
2121 // LK-Prefixed Dynamic WebRTC XCFramework
2222 . package ( url: " https://github.com/livekit/webrtc-xcframework.git " , exact: " 137.7151.10 " ) ,
23- . package ( path : " ../rust-sdks /livekit-uniffi/packages/swift/LiveKitUniFFI " ) ,
23+ . package ( url : " https://github.com/livekit /livekit-uniffi-xcframework.git " , exact : " 0.0.1 " ) ,
2424 . package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.31.0 " ) ,
2525 . package ( url: " https://github.com/apple/swift-collections.git " , " 1.1.0 " ..< " 1.3.0 " ) ,
2626 // Only used for DocC generation
@@ -35,10 +35,10 @@ let package = Package(
3535 name: " LiveKit " ,
3636 dependencies: [
3737 . product( name: " LiveKitWebRTC " , package : " webrtc-xcframework " ) ,
38+ . product( name: " LiveKitUniFFI " , package : " livekit-uniffi-xcframework " ) ,
3839 . product( name: " SwiftProtobuf " , package : " swift-protobuf " ) ,
3940 . product( name: " DequeModule " , package : " swift-collections " ) ,
4041 . product( name: " OrderedCollections " , package : " swift-collections " ) ,
41- " LiveKitUniFFI " ,
4242 " LKObjCHelpers " ,
4343 ] ,
4444 exclude: [
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ let package = Package(
2121 dependencies: [
2222 // LK-Prefixed Dynamic WebRTC XCFramework
2323 . package ( url: " https://github.com/livekit/webrtc-xcframework.git " , exact: " 137.7151.10 " ) ,
24- . package ( path : " ../rust-sdks /livekit-uniffi/packages/swift/LiveKitUniFFI " ) ,
24+ . package ( url : " https://github.com/livekit /livekit-uniffi-xcframework.git " , exact : " 0.0.1 " ) ,
2525 . package ( url: " https://github.com/apple/swift-protobuf.git " , from: " 1.31.0 " ) ,
2626 . package ( url: " https://github.com/apple/swift-collections.git " , " 1.1.0 " ..< " 1.3.0 " ) ,
2727 // Only used for DocC generation
@@ -36,10 +36,10 @@ let package = Package(
3636 name: " LiveKit " ,
3737 dependencies: [
3838 . product( name: " LiveKitWebRTC " , package : " webrtc-xcframework " ) ,
39+ . product( name: " LiveKitUniFFI " , package : " livekit-uniffi-xcframework " ) ,
3940 . product( name: " SwiftProtobuf " , package : " swift-protobuf " ) ,
4041 . product( name: " DequeModule " , package : " swift-collections " ) ,
4142 . product( name: " OrderedCollections " , package : " swift-collections " ) ,
42- " LiveKitUniFFI " ,
4343 " LKObjCHelpers " ,
4444 ] ,
4545 exclude: [
You can’t perform that action at this time.
0 commit comments