Bug Description
The current dependency livekit-uniffi-xcframework version 0.0.5 lacks a license file, creating a licensing compliance issue for projects using the LiveKit Swift SDK.
Steps to Reproduce
- Check the Swift Package Manager dependencies in
client-sdk-swift
- Observe that
livekit-uniffi-xcframework is pinned to version 0.0.5
- Verify that 0.0.5 has no license file
Expected Behavior
All dependencies should include proper license files for legal compliance and dependency auditing.
Actual Behavior
The livekit-uniffi-xcframework dependency (v0.0.5) is missing a license file.
Solution
This issue was fixed upstream in livekit-uniffi-xcframework version 0.0.6 (see livekit/livekit-uniffi-xcframework#10). Updating the dependency to 0.0.6 resolves this licensing issue.
Please create a new version for client-sdk-swift after updating the dependency, thanks!
Bug Description
The current dependency
livekit-uniffi-xcframeworkversion 0.0.5 lacks a license file, creating a licensing compliance issue for projects using the LiveKit Swift SDK.Steps to Reproduce
client-sdk-swiftlivekit-uniffi-xcframeworkis pinned to version 0.0.5Expected Behavior
All dependencies should include proper license files for legal compliance and dependency auditing.
Actual Behavior
The
livekit-uniffi-xcframeworkdependency (v0.0.5) is missing a license file.Solution
This issue was fixed upstream in
livekit-uniffi-xcframeworkversion 0.0.6 (see livekit/livekit-uniffi-xcframework#10). Updating the dependency to 0.0.6 resolves this licensing issue.Please create a new version for client-sdk-swift after updating the dependency, thanks!