Skip to content

VLCKit-SPM 3.6.6 with tvOS Support (Fixed)

Latest

Choose a tag to compare

@rsalesas rsalesas released this 21 Sep 20:13
· 1 commit to main since this release

VLCKit-SPM 3.6.6 - tvOS Support (Fixed Release)

This release fixes the Package.swift to properly include tvOS support with both MobileVLCKit (iOS) and TVVLCKit (tvOS) as separate binary targets.

What's New

  • ✅ Fixed Package.swift with proper tvOS support
  • ✅ TVVLCKit.xcframework for tvOS support
  • ✅ Platform-conditional dependencies work correctly
  • ✅ Separate binary targets for iOS and tvOS frameworks

Framework Details

  • MobileVLCKit: iOS support (arm64, armv7, armv7s + simulator)
  • TVVLCKit: tvOS support (arm64 + simulator)
  • Version: VLC 3.6.0
  • Distribution: GitHub Releases (no Git LFS issues)

Usage

Add to your Package.swift dependencies:
```swift
.package(url: "https://github.com/rsalesas/VLCKit.git", from: "3.6.6")
```

The package automatically selects the correct framework based on your target platform.