Skip to content

Commit 32a05da

Browse files
authored
[SPK] Update SignalProtocolKit (AxolotlKit) (signalapp#1549)
// FREEBIE
1 parent 1b50f1d commit 32a05da

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ source 'https://github.com/CocoaPods/Specs.git'
33

44
target 'Signal' do
55
pod 'SocketRocket', :git => 'https://github.com/facebook/SocketRocket.git'
6+
pod 'AxolotlKit', git: 'https://github.com/WhisperSystems/SignalProtocolKit.git'
67
pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/SignalServiceKit.git'
78
#pod 'SignalServiceKit', path: '../SignalServiceKit'
89
pod 'OpenSSL'

Podfile.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ PODS:
1515
- AFNetworking/Serialization (3.1.0)
1616
- AFNetworking/UIKit (3.1.0):
1717
- AFNetworking/NSURLSession
18-
- AxolotlKit (0.8):
18+
- AxolotlKit (0.8.1):
1919
- 25519 (~> 2.0.1)
2020
- HKDFKit (~> 0.0.3)
2121
- ProtocolBuffers (~> 1.9.8)
@@ -115,6 +115,7 @@ PODS:
115115
- ZXingObjC/All (3.1.0)
116116

117117
DEPENDENCIES:
118+
- AxolotlKit (from `https://github.com/WhisperSystems/SignalProtocolKit.git`)
118119
- FFCircularProgressView (~> 0.5)
119120
- JSQMessagesViewController
120121
- OpenSSL
@@ -125,12 +126,17 @@ DEPENDENCIES:
125126
- ZXingObjC
126127

127128
EXTERNAL SOURCES:
129+
AxolotlKit:
130+
:git: https://github.com/WhisperSystems/SignalProtocolKit.git
128131
SignalServiceKit:
129132
:git: https://github.com/WhisperSystems/SignalServiceKit.git
130133
SocketRocket:
131134
:git: https://github.com/facebook/SocketRocket.git
132135

133136
CHECKOUT OPTIONS:
137+
AxolotlKit:
138+
:commit: 714f5ebe199ecc999b33c6f97a4bb57e2db90e75
139+
:git: https://github.com/WhisperSystems/SignalProtocolKit.git
134140
SignalServiceKit:
135141
:commit: edebd14d420177766bbda25543ee814ba9f65a6e
136142
:git: https://github.com/WhisperSystems/SignalServiceKit.git
@@ -141,7 +147,7 @@ CHECKOUT OPTIONS:
141147
SPEC CHECKSUMS:
142148
'25519': dc4bad7e2dbcbf1efa121068a705a44cd98c80fc
143149
AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67
144-
AxolotlKit: a33962f26943990e5d69d05b30470cea18caeed0
150+
AxolotlKit: 240c7d761e4b1be9c6de78ebec498aaeedc978f4
145151
CocoaLumberjack: 17fe8581f84914d5d7e6360f7c70022b173c3ae0
146152
FFCircularProgressView: 683a4ab1e1bd613246a3dffa61503ffdebcde8d8
147153
HKDFKit: c058305d6f64b84f28c50bd7aa89574625bcb62a
@@ -163,6 +169,6 @@ SPEC CHECKSUMS:
163169
YapDatabase: b1e43555a34a5298e23a045be96817a5ef0da58f
164170
ZXingObjC: bf15b3814f7a105b6d99f47da2333c93a063650a
165171

166-
PODFILE CHECKSUM: d45e2cfeea550d3add129851420c851c5592f5ed
172+
PODFILE CHECKSUM: 9abcc219c719f215b43ec11c84d397da4106eb06
167173

168174
COCOAPODS: 1.0.1

0 commit comments

Comments
 (0)