From 0da5a7395708c3d0de477b24e7185d509a11eab7 Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Tue, 25 Sep 2018 13:58:20 -0400 Subject: [PATCH] Clean up ahead of PR. --- Podfile | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Podfile b/Podfile index e1d12320d..74a614db1 100644 --- a/Podfile +++ b/Podfile @@ -11,15 +11,15 @@ def shared_pods pod 'SQLCipher', :git => 'https://github.com/sqlcipher/sqlcipher.git', :commit => 'd5c2bec' # pod 'YapDatabase/SQLCipher', path: '../YapDatabase' pod 'YapDatabase/SQLCipher', :git => 'https://github.com/signalapp/YapDatabase.git', branch: 'signal-release' - # pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', testspecs: ["Tests"] + pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', testspecs: ["Tests"], branch: 'charlesmchen/sck' # pod 'AxolotlKit', path: '../SignalProtocolKit', testspecs: ["Tests"] - pod 'AxolotlKit', path: '../SignalProtocolKit' - # pod 'HKDFKit', git: 'https://github.com/signalapp/HKDFKit.git', testspecs: ["Tests"] - pod 'HKDFKit', path: '../HKDFKit', testspecs: ["Tests"] - # pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit', testspecs: ["Tests"] - pod 'Curve25519Kit', path: '../Curve25519Kit', testspecs: ["Tests"] - # pod 'SignalMetadataKit', git: 'https://github.com/signalapp/SignalMetadataKit', testspecs: ["Tests"] - pod 'SignalMetadataKit', path: '../SignalMetadataKit', testspecs: ["Tests"] + # pod 'AxolotlKit', path: '../SignalProtocolKit' + pod 'HKDFKit', git: 'https://github.com/signalapp/HKDFKit.git', testspecs: ["Tests"], branch: 'charlesmchen/sck' + # pod 'HKDFKit', path: '../HKDFKit', testspecs: ["Tests"] + pod 'Curve25519Kit', git: 'https://github.com/signalapp/Curve25519Kit', testspecs: ["Tests"], branch: 'charlesmchen/sck' + # pod 'Curve25519Kit', path: '../Curve25519Kit', testspecs: ["Tests"] + pod 'SignalMetadataKit', git: 'https://github.com/signalapp/SignalMetadataKit', testspecs: ["Tests"], branch: 'charlesmchen/sck' + # pod 'SignalMetadataKit', path: '../SignalMetadataKit', testspecs: ["Tests"] pod 'SignalServiceKit', path: '.', testspecs: ["Tests"] pod 'GRKOpenSSLFramework', git: 'https://github.com/signalapp/GRKOpenSSLFramework' #pod 'GRKOpenSSLFramework', path: '../GRKOpenSSLFramework'