From dec438c67f199bb58b43432e7abc6efc346dec4b Mon Sep 17 00:00:00 2001 From: Jordan Rose Date: Mon, 19 Oct 2020 16:00:21 -0700 Subject: [PATCH] Add SignalClient to the Podfile --- Podfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Podfile b/Podfile index 5c0b87c409..04e9c5d9d0 100644 --- a/Podfile +++ b/Podfile @@ -12,6 +12,9 @@ pod 'SwiftProtobuf', "1.7.0" pod 'SignalCoreKit', git: 'https://github.com/signalapp/SignalCoreKit.git', testspecs: ["Tests"] # pod 'SignalCoreKit', path: '../SignalCoreKit', testspecs: ["Tests"] +pod 'SignalClient', git: 'https://github.com/signalapp/libsignal-client.git', testspecs: ["Tests"] +# pod 'SignalClient', path: '../libsignal-client', testspecs: ["Tests"] + pod 'AxolotlKit', git: 'https://github.com/signalapp/SignalProtocolKit.git', branch: 'master', testspecs: ["Tests"] # pod 'AxolotlKit', path: '../SignalProtocolKit', testspecs: ["Tests"]