add native debrid stream playback

This commit is contained in:
dirtydishes 2026-05-24 23:20:32 -04:00
parent 3df2e2b833
commit d28540ce98
12 changed files with 936 additions and 62 deletions

7
Podfile Normal file
View file

@ -0,0 +1,7 @@
platform :ios, '16.0'
target 'Dreamio' do
use_frameworks!
pod 'MobileVLCKit'
end