From 73ae5b298c259e95b04ff5b19a4271a2b3e84ecf Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 10 Oct 2017 09:57:32 -0400 Subject: [PATCH 1/3] Suppress build warnings for Cocoapods dependencies. // FREEBIE --- Podfile | 15 +++++++++------ Podfile.lock | 5 ++++- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/Podfile b/Podfile index d2c53c67c..872594caf 100644 --- a/Podfile +++ b/Podfile @@ -2,16 +2,19 @@ platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' target 'Signal' do - pod 'ATAppUpdater' + pod '25519', :inhibit_warnings => true + pod 'Mantle', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true + pod 'ATAppUpdater', :inhibit_warnings => true pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git' #pod 'AxolotlKit', path: '../SignalProtocolKit' - pod 'JSQMessagesViewController', git: 'https://github.com/WhisperSystems/JSQMessagesViewController.git', branch: 'signal-master' + pod 'JSQMessagesViewController', git: 'https://github.com/WhisperSystems/JSQMessagesViewController.git', branch: 'signal-master', :inhibit_warnings => true #pod 'JSQMessagesViewController', path: '../JSQMessagesViewController' - pod 'PureLayout' - pod 'OpenSSL', git: 'https://github.com/WhisperSystems/OpenSSL-Pod' - pod 'Reachability' + pod 'PureLayout', :inhibit_warnings => true + pod 'OpenSSL', git: 'https://github.com/WhisperSystems/OpenSSL-Pod', :inhibit_warnings => true + pod 'Reachability', :inhibit_warnings => true pod 'SignalServiceKit', path: '.' - pod 'SocketRocket', :git => 'https://github.com/facebook/SocketRocket.git' + pod 'SocketRocket', :git => 'https://github.com/facebook/SocketRocket.git', :inhibit_warnings => true pod 'YYImage' target 'SignalTests' do inherit! :search_paths diff --git a/Podfile.lock b/Podfile.lock index 3ae641b9b..a96576ba0 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -115,14 +115,17 @@ PODS: - YYImage/Core (1.0.4) DEPENDENCIES: + - 25519 - ATAppUpdater - AxolotlKit (from `https://github.com/WhisperSystems/SignalProtocolKit.git`) - JSQMessagesViewController (from `https://github.com/WhisperSystems/JSQMessagesViewController.git`, branch `signal-master`) + - Mantle - OpenSSL (from `https://github.com/WhisperSystems/OpenSSL-Pod`) - PureLayout - Reachability - SignalServiceKit (from `.`) - SocketRocket (from `https://github.com/facebook/SocketRocket.git`) + - YapDatabase/SQLCipher (~> 2.9.3) - YYImage EXTERNAL SOURCES: @@ -176,6 +179,6 @@ SPEC CHECKSUMS: YapDatabase: cd911121580ff16675f65ad742a9eb0ab4d9e266 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 -PODFILE CHECKSUM: e02f783a25dea01eb6bf5a9f125d0b1cac21f4dd +PODFILE CHECKSUM: ed8bcf324d0ef26fe5ef3651ae9e807c96eacb72 COCOAPODS: 1.3.1 From aec6d67df38bbe0f8c58fd6b764cde4b5c2c64c2 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 31 Oct 2017 15:07:38 -0400 Subject: [PATCH 2/3] Respond to CR. // FREEBIE --- Podfile | 1 - Podfile.lock | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Podfile b/Podfile index 872594caf..bd5a86210 100644 --- a/Podfile +++ b/Podfile @@ -2,7 +2,6 @@ platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' target 'Signal' do - pod '25519', :inhibit_warnings => true pod 'Mantle', :inhibit_warnings => true pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true pod 'ATAppUpdater', :inhibit_warnings => true diff --git a/Podfile.lock b/Podfile.lock index a96576ba0..0c27ec886 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -115,7 +115,6 @@ PODS: - YYImage/Core (1.0.4) DEPENDENCIES: - - 25519 - ATAppUpdater - AxolotlKit (from `https://github.com/WhisperSystems/SignalProtocolKit.git`) - JSQMessagesViewController (from `https://github.com/WhisperSystems/JSQMessagesViewController.git`, branch `signal-master`) @@ -179,6 +178,6 @@ SPEC CHECKSUMS: YapDatabase: cd911121580ff16675f65ad742a9eb0ab4d9e266 YYImage: 1e1b62a9997399593e4b9c4ecfbbabbf1d3f3b54 -PODFILE CHECKSUM: ed8bcf324d0ef26fe5ef3651ae9e807c96eacb72 +PODFILE CHECKSUM: 56e535b5c171c6d039d05bfc8995ea1a1a749ac8 COCOAPODS: 1.3.1 From bb4d94fd1ff2b0644db602e7e7c47b2263d3bf4f Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 31 Oct 2017 15:08:17 -0400 Subject: [PATCH 3/3] Respond to CR. // FREEBIE --- Podfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Podfile b/Podfile index bd5a86210..7b20de886 100644 --- a/Podfile +++ b/Podfile @@ -2,8 +2,8 @@ platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' target 'Signal' do - pod 'Mantle', :inhibit_warnings => true - pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true + pod 'Mantle', :inhibit_warnings => true + pod 'YapDatabase/SQLCipher', '~> 2.9.3', :inhibit_warnings => true pod 'ATAppUpdater', :inhibit_warnings => true pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git' #pod 'AxolotlKit', path: '../SignalProtocolKit'