Skip to content

Commit adcf813

Browse files
authored
chore: bump uniffi to use dylib (#970)
Resolves #955 Resolves #972
1 parent 5d96e6b commit adcf813

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

LiveKitClient.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |spec|
1515
spec.source_files = "Sources/**/*"
1616

1717
spec.dependency("LiveKitWebRTC", "= 144.7559.03")
18-
spec.dependency("LiveKitUniFFI", "= 0.0.5")
18+
spec.dependency("LiveKitUniFFI", "= 0.0.6")
1919
spec.dependency("SwiftProtobuf")
2020

2121
spec.resource_bundles = {"Privacy" => ["Sources/LiveKit/PrivacyInfo.xcprivacy"]}

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: "144.7559.03"),
23-
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.5"),
23+
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.6"),
2424
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
2525
// Only used for DocC generation
2626
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),

Package@swift-6.2.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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: "144.7559.03"),
24-
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.5"),
24+
.package(url: "https://github.com/livekit/livekit-uniffi-xcframework.git", exact: "0.0.6"),
2525
.package(url: "https://github.com/apple/swift-protobuf.git", from: "1.31.0"),
2626
// Only used for DocC generation
2727
.package(url: "https://github.com/apple/swift-docc-plugin.git", from: "1.3.0"),

0 commit comments

Comments
 (0)