rename jellyfinplayer to swiftfin

This commit is contained in:
Ethan Pippin 2022-01-07 11:05:54 -07:00
parent 27ccd5533b
commit 73a3f2fcdc
245 changed files with 132 additions and 116 deletions

View File

@ -4,18 +4,19 @@ def shared_pods
pod 'SwiftGen'
end
target 'JellyfinPlayer iOS' do
target 'Swiftfin iOS' do
platform :ios, '15.0'
shared_pods
pod 'google-cast-sdk'
pod 'MobileVLCKit'
pod 'SwizzleSwift'
end
target 'JellyfinPlayer tvOS' do
target 'Swiftfin tvOS' do
platform :tvos, '15.0'
shared_pods
pod 'TVVLCKit'
end
target 'WidgetExtension' do
target 'Swiftfin Widget' do
platform :ios, '15.0'
shared_pods
end

Some files were not shown because too many files have changed in this diff Show More