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
|
end
|
||||||
|
|
||||||
target 'JellyfinPlayer iOS' do
|
target 'JellyfinPlayer iOS' do
|
||||||
platform :ios, '14.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 'JellyfinPlayer tvOS' do
|
||||||
platform :tvos, '14.0'
|
platform :tvos, '15.0'
|
||||||
shared_pods
|
shared_pods
|
||||||
pod 'TVVLCKit'
|
pod 'TVVLCKit'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue