From 83ca4f48f4b49270a919440d06a810f253071c1f Mon Sep 17 00:00:00 2001 From: Tobias Conradi Date: Sun, 26 Apr 2015 23:43:23 +0200 Subject: [PATCH] inhibit warnings from cocoa pods --- Podfile | 2 ++ Podfile.lock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Podfile b/Podfile index 6935318e..a623fffb 100644 --- a/Podfile +++ b/Podfile @@ -3,6 +3,8 @@ source 'https://github.com/CocoaPods/Specs.git' +inhibit_all_warnings! + target 'vlc-ios' do pod 'OBSlider', '1.1.0' diff --git a/Podfile.lock b/Podfile.lock index 24aa53a4..2d8fe393 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -35,4 +35,4 @@ SPEC CHECKSUMS: SSKeychain: 88767e903ee8d274ed380e364d96b7a101235286 upnpx: e56e4f26d21c439b2383e03b5ca9082a3d5046a1 -COCOAPODS: 0.36.3 +COCOAPODS: 0.36.4 -- GitLab