Skip to content

Commit 02560f8

Browse files
Flagging release.
- Bump up version number. - Fetching latest localizations. - Upgrading libPhoneNumber and Mantle dependencies. //FREEBIE
1 parent 2fc2070 commit 02560f8

File tree

16 files changed

+13
-14
lines changed

16 files changed

+13
-14
lines changed

Podfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ inhibit_all_warnings!
55
link_with ["Signal", "SignalTests"]
66

77
pod 'OpenSSL', '~> 1.0.203'
8-
pod 'libPhoneNumber-iOS', '~> 0.8.2'
8+
pod 'libPhoneNumber-iOS', '~> 0.8.5'
99
pod 'AxolotlKit', '~> 0.7'
1010
pod 'PastelogKit', '~> 1.2'
1111
pod 'TwistedOakCollapsingFutures','~> 1.0'
1212
pod 'AFNetworking', '~> 2.5.3'
13-
pod 'Mantle', '~> 2.0'
13+
pod 'Mantle', '~> 2.0.2'
1414
pod 'FFCircularProgressView', '>= 0.1'
1515
pod 'SCWaveformView', '~> 1.0'
1616
pod 'YapDatabase/SQLCipher', '~> 2.6.4'

Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ PODS:
3737
- JSQMessagesViewController (7.1.0):
3838
- JSQSystemSoundPlayer (~> 2.0.1)
3939
- JSQSystemSoundPlayer (2.0.1)
40-
- libPhoneNumber-iOS (0.8.4)
41-
- Mantle (2.0):
42-
- Mantle/extobjc (= 2.0)
43-
- Mantle/extobjc (2.0)
40+
- libPhoneNumber-iOS (0.8.5)
41+
- Mantle (2.0.2):
42+
- Mantle/extobjc (= 2.0.2)
43+
- Mantle/extobjc (2.0.2)
4444
- OpenSSL (1.0.203)
4545
- PastelogKit (1.2):
4646
- CocoaLumberjack (~> 1.9)
@@ -68,8 +68,8 @@ DEPENDENCIES:
6868
- FFCircularProgressView (>= 0.1)
6969
- JSQMessagesViewController (from `https://github.com/WhisperSystems/JSQMessagesViewController`,
7070
commit `e5582fef8a6b3e35f8070361ef37237222da712b`)
71-
- libPhoneNumber-iOS (~> 0.8.2)
72-
- Mantle (~> 2.0)
71+
- libPhoneNumber-iOS (~> 0.8.5)
72+
- Mantle (~> 2.0.2)
7373
- OpenSSL (~> 1.0.203)
7474
- PastelogKit (~> 1.2)
7575
- SCWaveformView (~> 1.0)
@@ -115,8 +115,8 @@ SPEC CHECKSUMS:
115115
HKDFKit: c058305d6f64b84f28c50bd7aa89574625bcb62a
116116
JSQMessagesViewController: ca11f86fa68ca70835f05e169df9244147c1dc40
117117
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
118-
libPhoneNumber-iOS: dbfc7b4128510a4955df3e5a6f125393fc9ebc2f
119-
Mantle: d7c75b6fb789b20f7ae30cd0d09435fe545896ff
118+
libPhoneNumber-iOS: b8ccd23576379caca37c7cbdd554addf384459ed
119+
Mantle: 967fd31ea0220890b2e76589198996b534bb3fb1
120120
OpenSSL: 65f5de70414ee909cea517ded684d8ef855b02b4
121121
PastelogKit: c73795b8c0bbf33ea45d3b6a5eabb373be3d5955
122122
ProtocolBuffers: 9a4a171c0c7cc8f21dd29aeca4f9ac775d84a880

Pods

Submodule Pods updated 45 files

Signal/Signal-Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<key>CFBundlePackageType</key>
2424
<string>APPL</string>
2525
<key>CFBundleShortVersionString</key>
26-
<string>2.1</string>
26+
<string>2.1.1</string>
2727
<key>CFBundleSignature</key>
2828
<string>????</string>
2929
<key>CFBundleURLTypes</key>
@@ -40,7 +40,7 @@
4040
</dict>
4141
</array>
4242
<key>CFBundleVersion</key>
43-
<string>2.1.60</string>
43+
<string>2.1.65</string>
4444
<key>LOGS_EMAIL</key>
4545
<string>[email protected]</string>
4646
<key>LOGS_URL</key>

Signal/src/contact/ContactsManager.m

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ - (NSArray*)allContacts {
346346
}
347347
}
348348
return allContacts;
349-
350349
}
351350

352351
- (NSArray*)recordsForContacts:(NSArray*) contacts{
-30 Bytes
Binary file not shown.
148 Bytes
Binary file not shown.
188 Bytes
Binary file not shown.
158 Bytes
Binary file not shown.
96 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)