update os in Podfile
This commit is contained in:
parent
8c91a95ca4
commit
16efb3da7a
4
Podfile
4
Podfile
|
@ -5,14 +5,14 @@ def shared_pods
|
|||
end
|
||||
|
||||
target 'JellyfinPlayer iOS' do
|
||||
platform :ios, '14.0'
|
||||
platform :ios, '15.0'
|
||||
shared_pods
|
||||
pod 'google-cast-sdk'
|
||||
pod 'MobileVLCKit'
|
||||
pod 'SwizzleSwift'
|
||||
end
|
||||
target 'JellyfinPlayer tvOS' do
|
||||
platform :tvos, '14.0'
|
||||
platform :tvos, '15.0'
|
||||
shared_pods
|
||||
pod 'TVVLCKit'
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue