From 9a639051bd056ba2d75025993e6d5ec0dc433499 Mon Sep 17 00:00:00 2001 From: Pierre SAGASPE Date: Wed, 20 Jul 2016 19:35:25 +0200 Subject: [PATCH] pod : fix warning Generated duplicate UUIDs (cherry picked from commit ed8dbf4cc4aa9543195e81a24404ae0035942e2b) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Felix Paul Kühne --- Podfile | 2 ++ Podfile.lock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 575b9570..be5b3022 100644 --- a/Podfile +++ b/Podfile @@ -1,5 +1,7 @@ source 'https://github.com/CocoaPods/Specs.git' +install! 'cocoapods', :deterministic_uuids => false + inhibit_all_warnings! target 'VLC-iOS' do diff --git a/Podfile.lock b/Podfile.lock index 441433b9..5876898d 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -107,6 +107,6 @@ SPEC CHECKSUMS: XKKeychain: 852ef663c56a7194c73d3c68e8d9d4f07b121d4f xmlrpc: 109bb21d15ed6d108b2c1ac5973a6a223a50f5f4 -PODFILE CHECKSUM: 5a16df7669cc9e55408512296a5fc97d61d9888c +PODFILE CHECKSUM: 6a11375d66f0078dc062fadfac82742bd14d15c6 COCOAPODS: 1.0.1 -- GitLab