From 33883ccc34cdb5a50e31d4163e3209dc7198fa94 Mon Sep 17 00:00:00 2001 From: Soomin Lee <bubu@mikan.io> Date: Thu, 5 Dec 2019 13:16:44 +0100 Subject: [PATCH] Podfile: Revert VLCMediaLibraryKit to 0.6.3 --- Podfile | 2 +- Podfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Podfile b/Podfile index 4d15801ce..7c18a64f1 100644 --- a/Podfile +++ b/Podfile @@ -23,7 +23,7 @@ target 'VLC-iOS' do pod 'PAPasscode', '~>1.0' pod 'GoogleAPIClientForREST/Drive' pod 'MobileVLCKit', '3.3.9' - pod 'VLCMediaLibraryKit', '0.7.1' + pod 'VLCMediaLibraryKit', '0.6.3' pod 'MediaLibraryKit-prod' pod 'GTMAppAuth', '0.7.1' pod 'OneDriveSDK' diff --git a/Podfile.lock b/Podfile.lock index c7613263c..b2076405e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -81,7 +81,7 @@ PODS: - TVVLCKit (3.3.9) - upnpx (1.4.3) - VLC-WhiteRaccoon (1.0.0) - - VLCMediaLibraryKit (0.7.1): + - VLCMediaLibraryKit (0.6.3): - MobileVLCKit - XKKeychain (1.0.1) - xmlrpc (2.3.4): @@ -108,7 +108,7 @@ DEPENDENCIES: - TVVLCKit (= 3.3.9) - upnpx (~> 1.4.3) - VLC-WhiteRaccoon - - VLCMediaLibraryKit (= 0.7.1) + - VLCMediaLibraryKit (= 0.6.3) - XKKeychain (~> 1.0) SPEC REPOS: @@ -196,10 +196,10 @@ SPEC CHECKSUMS: TVVLCKit: 14fd438326828e1681e11d809c9592f190e82552 upnpx: ad8791295befdc0a0702089daf067d21c76194fc VLC-WhiteRaccoon: 1e7e59b0568959135a89d09c416d1e11a5d9a986 - VLCMediaLibraryKit: d78f6eb2eaef52ab1ca616d99086c2027756f491 + VLCMediaLibraryKit: 7811e1da3a30c357908e13e8861a03d8238e1c7c XKKeychain: 852ef663c56a7194c73d3c68e8d9d4f07b121d4f xmlrpc: 109bb21d15ed6d108b2c1ac5973a6a223a50f5f4 -PODFILE CHECKSUM: cd72e4bb193bb92666f59210ec8877c3bac6044d +PODFILE CHECKSUM: bb3b1c84d5dad8ce79c8b3d1215dcbe45d83b53e COCOAPODS: 1.8.4 -- GitLab