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' pod 'SwiftGen'
end end
target 'JellyfinPlayer iOS' do target 'Swiftfin iOS' do
platform :ios, '15.0' platform :ios, '15.0'
shared_pods shared_pods
pod 'google-cast-sdk' pod 'google-cast-sdk'
pod 'MobileVLCKit' pod 'MobileVLCKit'
pod 'SwizzleSwift' pod 'SwizzleSwift'
end end
target 'JellyfinPlayer tvOS' do target 'Swiftfin tvOS' do
platform :tvos, '15.0' platform :tvos, '15.0'
shared_pods shared_pods
pod 'TVVLCKit' pod 'TVVLCKit'
end end
target 'WidgetExtension' do target 'Swiftfin Widget' do
platform :ios, '15.0'
shared_pods shared_pods
end end

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