Initial commit: SimVision tvOS streaming app
Features: - VOD library with movie grouping and version detection - TV show library with season/episode organization - TMDB integration for trending shows and recently aired episodes - Recent releases section with TMDB release date sorting - Watch history tracking with continue watching - Playlist caching (12-hour TTL) for offline support - M3U playlist parsing with XStream API support - Authentication with credential storage Technical: - SwiftUI for tvOS - Actor-based services for thread safety - Persistent caching for playlists, TMDB data, and watch history - KSPlayer integration for video playback Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
71
KSPlayer-main/Demo/Podfile.lock
Normal file
71
KSPlayer-main/Demo/Podfile.lock
Normal file
@@ -0,0 +1,71 @@
|
||||
PODS:
|
||||
- DisplayCriteria (1.1.0)
|
||||
- FFmpegKit (6.1.0):
|
||||
- FFmpegKit/FFmpegKit (= 6.1.0)
|
||||
- FFmpegKit/FFmpegKit (6.1.0):
|
||||
- Libass
|
||||
- KSPlayer (1.1.0):
|
||||
- KSPlayer/Audio (= 1.1.0)
|
||||
- KSPlayer/AVPlayer (= 1.1.0)
|
||||
- KSPlayer/Core (= 1.1.0)
|
||||
- KSPlayer/MEPlayer (= 1.1.0)
|
||||
- KSPlayer/Metal (= 1.1.0)
|
||||
- KSPlayer/Subtitle (= 1.1.0)
|
||||
- KSPlayer/SwiftUI (= 1.1.0)
|
||||
- KSPlayer/Video (= 1.1.0)
|
||||
- KSPlayer/Audio (1.1.0):
|
||||
- KSPlayer/Core
|
||||
- KSPlayer/AVPlayer (1.1.0):
|
||||
- DisplayCriteria
|
||||
- KSPlayer/Core (1.1.0):
|
||||
- KSPlayer/AVPlayer
|
||||
- KSPlayer/MEPlayer (1.1.0):
|
||||
- FFmpegKit
|
||||
- KSPlayer/AVPlayer
|
||||
- KSPlayer/Metal
|
||||
- KSPlayer/Subtitle
|
||||
- KSPlayer/Metal (1.1.0)
|
||||
- KSPlayer/Subtitle (1.1.0)
|
||||
- KSPlayer/SwiftUI (1.1.0):
|
||||
- KSPlayer/AVPlayer
|
||||
- KSPlayer/Tests (1.1.0)
|
||||
- KSPlayer/Video (1.1.0):
|
||||
- KSPlayer/Core
|
||||
- KSPlayer/Subtitle
|
||||
- Libass (0.17.1):
|
||||
- Libass/Libass (= 0.17.1)
|
||||
- Libass/Libass (0.17.1)
|
||||
- OpenSSL (3.1.4):
|
||||
- OpenSSL/OpenSSL (= 3.1.4)
|
||||
- OpenSSL/OpenSSL (3.1.4)
|
||||
|
||||
DEPENDENCIES:
|
||||
- DisplayCriteria (from `../`)
|
||||
- FFmpegKit (from `../FFmpegKit`)
|
||||
- KSPlayer (from `../`)
|
||||
- KSPlayer/Tests (from `../`)
|
||||
- Libass (from `../FFmpegKit`)
|
||||
- OpenSSL (from `../FFmpegKit`)
|
||||
|
||||
EXTERNAL SOURCES:
|
||||
DisplayCriteria:
|
||||
:path: "../"
|
||||
FFmpegKit:
|
||||
:path: "../FFmpegKit"
|
||||
KSPlayer:
|
||||
:path: "../"
|
||||
Libass:
|
||||
:path: "../FFmpegKit"
|
||||
OpenSSL:
|
||||
:path: "../FFmpegKit"
|
||||
|
||||
SPEC CHECKSUMS:
|
||||
DisplayCriteria: bb0a90faf14b30848bc50ac0516340ce50164187
|
||||
FFmpegKit: 26f80ba643f77e525bc6505a98839a56d91aae4f
|
||||
KSPlayer: cd8c2427873dddcd3a577f8bb230885c06e5ac2e
|
||||
Libass: e88af2324e1217e3a4c8bdc675f6f23a9dfc7677
|
||||
OpenSSL: 9a1c748444fb6c045b146e5a55173645e13171a3
|
||||
|
||||
PODFILE CHECKSUM: f67210bf3678663628f2c9a2dba2e6ddd88d212d
|
||||
|
||||
COCOAPODS: 1.15.2
|
||||
Reference in New Issue
Block a user