Flagging release.

- Bump up version number.
- Fetching latest localizations.
- Upgrading libPhoneNumber and Mantle dependencies.
//FREEBIE
pull/1/head
Frederic Jacobs 9 years ago
parent 2fc20702d9
commit 02560f8b2f

@ -5,12 +5,12 @@ inhibit_all_warnings!
link_with ["Signal", "SignalTests"]
pod 'OpenSSL', '~> 1.0.203'
pod 'libPhoneNumber-iOS', '~> 0.8.2'
pod 'libPhoneNumber-iOS', '~> 0.8.5'
pod 'AxolotlKit', '~> 0.7'
pod 'PastelogKit', '~> 1.2'
pod 'TwistedOakCollapsingFutures','~> 1.0'
pod 'AFNetworking', '~> 2.5.3'
pod 'Mantle', '~> 2.0'
pod 'Mantle', '~> 2.0.2'
pod 'FFCircularProgressView', '>= 0.1'
pod 'SCWaveformView', '~> 1.0'
pod 'YapDatabase/SQLCipher', '~> 2.6.4'

@ -37,10 +37,10 @@ PODS:
- JSQMessagesViewController (7.1.0):
- JSQSystemSoundPlayer (~> 2.0.1)
- JSQSystemSoundPlayer (2.0.1)
- libPhoneNumber-iOS (0.8.4)
- Mantle (2.0):
- Mantle/extobjc (= 2.0)
- Mantle/extobjc (2.0)
- libPhoneNumber-iOS (0.8.5)
- Mantle (2.0.2):
- Mantle/extobjc (= 2.0.2)
- Mantle/extobjc (2.0.2)
- OpenSSL (1.0.203)
- PastelogKit (1.2):
- CocoaLumberjack (~> 1.9)
@ -68,8 +68,8 @@ DEPENDENCIES:
- FFCircularProgressView (>= 0.1)
- JSQMessagesViewController (from `https://github.com/WhisperSystems/JSQMessagesViewController`,
commit `e5582fef8a6b3e35f8070361ef37237222da712b`)
- libPhoneNumber-iOS (~> 0.8.2)
- Mantle (~> 2.0)
- libPhoneNumber-iOS (~> 0.8.5)
- Mantle (~> 2.0.2)
- OpenSSL (~> 1.0.203)
- PastelogKit (~> 1.2)
- SCWaveformView (~> 1.0)
@ -115,8 +115,8 @@ SPEC CHECKSUMS:
HKDFKit: c058305d6f64b84f28c50bd7aa89574625bcb62a
JSQMessagesViewController: ca11f86fa68ca70835f05e169df9244147c1dc40
JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d
libPhoneNumber-iOS: dbfc7b4128510a4955df3e5a6f125393fc9ebc2f
Mantle: d7c75b6fb789b20f7ae30cd0d09435fe545896ff
libPhoneNumber-iOS: b8ccd23576379caca37c7cbdd554addf384459ed
Mantle: 967fd31ea0220890b2e76589198996b534bb3fb1
OpenSSL: 65f5de70414ee909cea517ded684d8ef855b02b4
PastelogKit: c73795b8c0bbf33ea45d3b6a5eabb373be3d5955
ProtocolBuffers: 9a4a171c0c7cc8f21dd29aeca4f9ac775d84a880

@ -1 +1 @@
Subproject commit c675c9b5833f04bbf377e7921010d9b8191b6c56
Subproject commit 41c8315a35ded3d7714fbb6daee02ee972aea54f

@ -23,7 +23,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.1</string>
<string>2.1.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@ -40,7 +40,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>2.1.60</string>
<string>2.1.65</string>
<key>LOGS_EMAIL</key>
<string>support@whispersystems.org</string>
<key>LOGS_URL</key>

@ -346,7 +346,6 @@ void onAddressBookChanged(ABAddressBookRef notifyAddressBook, CFDictionaryRef in
}
}
return allContacts;
}
- (NSArray*)recordsForContacts:(NSArray*) contacts{

Loading…
Cancel
Save