From b1b936e4364a0d93ba950ab39bac0a0238880940 Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Mon, 18 May 2015 22:09:15 +0200 Subject: [PATCH] Bumping up version number - Upgrading dependencies. - Fetching latest localizations. --- Podfile | 6 +- Podfile.lock | 54 +++++++++--------- Pods | 2 +- Signal/Signal-Info.plist | 2 +- Signal/Signal-Prefix.pch | 2 +- .../el_GR.lproj/Localizable.strings | Bin 26514 -> 26640 bytes .../translations/fi.lproj/Localizable.strings | Bin 28038 -> 28022 bytes .../translations/hu.lproj/Localizable.strings | Bin 27794 -> 27790 bytes .../translations/nl.lproj/Localizable.strings | Bin 27892 -> 27972 bytes .../pt_PT.lproj/Localizable.strings | Bin 27536 -> 27550 bytes 10 files changed, 32 insertions(+), 34 deletions(-) diff --git a/Podfile b/Podfile index 8d603ed46..c4130de2f 100644 --- a/Podfile +++ b/Podfile @@ -13,11 +13,11 @@ pod 'AFNetworking', '~> 2.5.3' pod 'Mantle', '~> 2.0' pod 'FFCircularProgressView', '>= 0.1' pod 'SCWaveformView', '~> 1.0' -pod 'YapDatabase/SQLCipher', '2.6.1' +pod 'YapDatabase/SQLCipher', '~> 2.6.4' pod 'SSKeychain' pod 'DJWActionSheet' -pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => '73d8a19' -pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => '9be8f6ed65eb55368a5ff767f055158cf585065f' +pod 'SocketRocket', :git => 'https://github.com/FredericJacobs/SocketRocket.git', :commit => 'f1567f1be7ce49ecf2c9d284ead8ea7c422ee99b' +pod 'JSQMessagesViewController', :git => 'https://github.com/WhisperSystems/JSQMessagesViewController', :commit => '5ac93a25e313eb3c84e396b2e704ff312410dc4e' pod 'APDropDownNavToolbar', :git => 'https://github.com/corbett/APDropDownNavToolbar.git', :branch => 'master' pod 'UICKeyChainStore', :podspec => 'Podspecs/UICKeyChainStore.podspec' diff --git a/Podfile.lock b/Podfile.lock index be4b90c65..daeb9f28d 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,24 +1,24 @@ PODS: - 25519 (1.9) - - AFNetworking (2.5.3): - - AFNetworking/NSURLConnection (= 2.5.3) - - AFNetworking/NSURLSession (= 2.5.3) - - AFNetworking/Reachability (= 2.5.3) - - AFNetworking/Security (= 2.5.3) - - AFNetworking/Serialization (= 2.5.3) - - AFNetworking/UIKit (= 2.5.3) - - AFNetworking/NSURLConnection (2.5.3): + - AFNetworking (2.5.4): + - AFNetworking/NSURLConnection (= 2.5.4) + - AFNetworking/NSURLSession (= 2.5.4) + - AFNetworking/Reachability (= 2.5.4) + - AFNetworking/Security (= 2.5.4) + - AFNetworking/Serialization (= 2.5.4) + - AFNetworking/UIKit (= 2.5.4) + - AFNetworking/NSURLConnection (2.5.4): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/NSURLSession (2.5.3): + - AFNetworking/NSURLSession (2.5.4): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/Reachability (2.5.3) - - AFNetworking/Security (2.5.3) - - AFNetworking/Serialization (2.5.3) - - AFNetworking/UIKit (2.5.3): + - AFNetworking/Reachability (2.5.4) + - AFNetworking/Security (2.5.4) + - AFNetworking/Serialization (2.5.4) + - AFNetworking/UIKit (2.5.4): - AFNetworking/NSURLConnection - AFNetworking/NSURLSession - APDropDownNavToolbar (1.1) @@ -34,7 +34,7 @@ PODS: - DJWActionSheet (1.0.4) - FFCircularProgressView (0.5) - HKDFKit (0.0.3) - - JSQMessagesViewController (7.0.0): + - JSQMessagesViewController (7.0.2): - JSQSystemSoundPlayer (~> 2.0.1) - JSQSystemSoundPlayer (2.0.1) - libPhoneNumber-iOS (0.8.4) @@ -55,11 +55,9 @@ PODS: - UnionFind (~> 1.0) - UICKeyChainStore (1.0.7) - UnionFind (1.0.1) - - YapDatabase/common (2.6.1): + - YapDatabase/SQLCipher (2.6.4): - CocoaLumberjack (~> 1) - - YapDatabase/SQLCipher (2.6.1): - SQLCipher/fts - - YapDatabase/common DEPENDENCIES: - AFNetworking (~> 2.5.3) @@ -69,28 +67,28 @@ DEPENDENCIES: - DJWActionSheet - FFCircularProgressView (>= 0.1) - JSQMessagesViewController (from `https://github.com/WhisperSystems/JSQMessagesViewController`, - commit `9be8f6ed65eb55368a5ff767f055158cf585065f`) + commit `5ac93a25e313eb3c84e396b2e704ff312410dc4e`) - libPhoneNumber-iOS (~> 0.8.2) - Mantle (~> 2.0) - OpenSSL (~> 1.0.201) - PastelogKit (~> 1.2) - SCWaveformView (~> 1.0) - SocketRocket (from `https://github.com/FredericJacobs/SocketRocket.git`, commit - `73d8a19`) + `f1567f1be7ce49ecf2c9d284ead8ea7c422ee99b`) - SSKeychain - TwistedOakCollapsingFutures (~> 1.0) - UICKeyChainStore (from `Podspecs/UICKeyChainStore.podspec`) - - YapDatabase/SQLCipher (= 2.6.1) + - YapDatabase/SQLCipher (~> 2.6.4) EXTERNAL SOURCES: APDropDownNavToolbar: :branch: master :git: https://github.com/corbett/APDropDownNavToolbar.git JSQMessagesViewController: - :commit: 9be8f6ed65eb55368a5ff767f055158cf585065f + :commit: 5ac93a25e313eb3c84e396b2e704ff312410dc4e :git: https://github.com/WhisperSystems/JSQMessagesViewController SocketRocket: - :commit: 73d8a19 + :commit: f1567f1be7ce49ecf2c9d284ead8ea7c422ee99b :git: https://github.com/FredericJacobs/SocketRocket.git UICKeyChainStore: :podspec: Podspecs/UICKeyChainStore.podspec @@ -100,22 +98,22 @@ CHECKOUT OPTIONS: :commit: 98a606b343c0ccc6cca1cd243b296325716f21e7 :git: https://github.com/corbett/APDropDownNavToolbar.git JSQMessagesViewController: - :commit: 9be8f6ed65eb55368a5ff767f055158cf585065f + :commit: 5ac93a25e313eb3c84e396b2e704ff312410dc4e :git: https://github.com/WhisperSystems/JSQMessagesViewController SocketRocket: - :commit: 73d8a19 + :commit: f1567f1be7ce49ecf2c9d284ead8ea7c422ee99b :git: https://github.com/FredericJacobs/SocketRocket.git SPEC CHECKSUMS: '25519': 64b9ee595df81056693072b0a84246483988afac - AFNetworking: e1d86c2a96bb5d2e7408da36149806706ee122fe + AFNetworking: 05edc0ac4c4c8cf57bcf4b84be5b0744b6d8e71e APDropDownNavToolbar: 5d0c3f363208543d20e86ddb4630927c28cdfd4b AxolotlKit: 1e4afc7ed1d0c724888f1d986c032976436f8bef CocoaLumberjack: 628fca2e88ef06f7cf6817309aa405f325d9a6fa DJWActionSheet: 2fe54b1298a7f0fe44462233752c76a530e0cd80 FFCircularProgressView: 683a4ab1e1bd613246a3dffa61503ffdebcde8d8 HKDFKit: c058305d6f64b84f28c50bd7aa89574625bcb62a - JSQMessagesViewController: 9fd7e9ac96e9fc91f2deca86928e2cc916aeebaa + JSQMessagesViewController: bb6649691182b1899dc52b42266ad69efc473510 JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d libPhoneNumber-iOS: dbfc7b4128510a4955df3e5a6f125393fc9ebc2f Mantle: d7c75b6fb789b20f7ae30cd0d09435fe545896ff @@ -129,6 +127,6 @@ SPEC CHECKSUMS: TwistedOakCollapsingFutures: f359b90f203e9ab13dfb92c9ff41842a7fe1cd0c UICKeyChainStore: d4c0f4e313d67b2f23b6614adca55351accac15a UnionFind: c33be5adb12983981d6e827ea94fc7f9e370f52d - YapDatabase: 13566c87dc9226a0f15d755edba08e8ad94cac9f + YapDatabase: f9051e178a38f48d0f3a78562423a5bc969f1ca3 -COCOAPODS: 0.36.3 +COCOAPODS: 0.37.1 diff --git a/Pods b/Pods index 642380430..1a61b75fb 160000 --- a/Pods +++ b/Pods @@ -1 +1 @@ -Subproject commit 642380430d7d5e1704c9a492312e76162e5e4c28 +Subproject commit 1a61b75fb6611fd8b84ee86e6135bce9b4ea5c78 diff --git a/Signal/Signal-Info.plist b/Signal/Signal-Info.plist index 549f5778d..2aa65ad9e 100644 --- a/Signal/Signal-Info.plist +++ b/Signal/Signal-Info.plist @@ -40,7 +40,7 @@ CFBundleVersion - 2.0.35 + 2.1.0 LOGS_EMAIL support@whispersystems.org LOGS_URL diff --git a/Signal/Signal-Prefix.pch b/Signal/Signal-Prefix.pch index 89f65c460..2339cb234 100644 --- a/Signal/Signal-Prefix.pch +++ b/Signal/Signal-Prefix.pch @@ -12,7 +12,7 @@ #ifdef DEBUG static const int ddLogLevel = LOG_LEVEL_VERBOSE; #else - static const int ddLogLevel = LOG_LEVEL_ERROR; + static const int ddLogLevel = LOG_LEVEL_WARN; #endif #import "iOSVersions.h" diff --git a/Signal/translations/el_GR.lproj/Localizable.strings b/Signal/translations/el_GR.lproj/Localizable.strings index 4b538e98bb0cdad60b0bafd0d7345b1f8b1ea30e..e42b9e00d4f920e42b1c595d1f1915212f62a4a7 100644 GIT binary patch delta 796 zcmZ8fO-~b16ur+22C+z^U?GHLfW#;Z4Q@2)R(F!H!IjYvmB0q$RulOPz=W8%D#5s- zPRg4~OFNcfT0fE!-S`LGv0=%|h3C9!4Kb6vyt(JzbI-Z=ZTv86Kh4_Rni7b7J8Qt7y)@xJ z7`$d5Wk2-xGpz=qKyCKwD>D?~-atVeVk2m%1NRHLopBEBf53BM+Yq^syJFvr^j#j@ zKvFstH(TFK->{#i!_062M06fvuoYBQD>TGyCr61aib&c5?9DS7FaNk4Zlzk5G>ajf8a z@(qNjGb$CG85lO=f} zEAm{r8dw;^(}5%MBz44X@J7dL?!n}8AsgTc@*)* JydRRrx!r%F5ZD(Q-?9nQ*HB4Q!o zA{Ksw*UDdz2rDZR&YdRB&As=0-#O>I-?@j+!ts-E*yis66}BM>88ASG35df6WC?Fl zq`{G{5jQZ`N87Og1R;87#gLOVF=RA3q=*`Mwa{sG1ze_{Xt diff --git a/Signal/translations/fi.lproj/Localizable.strings b/Signal/translations/fi.lproj/Localizable.strings index 27d9923837feb6efb3887266e2fe0c26ba2da660..dd017b346450cf15ff7f42adcf44cf2cbf93a135 100644 GIT binary patch delta 164 zcmZp>&G_vW_!caN+f2cTP!DPl AO#lD@ delta 182 zcmex%i?QuC|^40#Oc5OVW+adip)0)|wEB8E~RECIsA&G+?Ng)jtjowE5R zxA=)LXEKybejl)(JDcGNLnTahCj|^40#Oc5OQ*@g#2bDiJTAszKaTF diff --git a/Signal/translations/nl.lproj/Localizable.strings b/Signal/translations/nl.lproj/Localizable.strings index c87169cd65cbc77e2c7c20e0d772c87e8beb2d1b..6a66427173fe29aff1e5a19dae8d72b465352426 100644 GIT binary patch delta 752 zcmZuvJ#Q015S;@OOC|`oT;wEn;B1IZ0=8%n1Oy@ogrERR4kYa*zS!%%+!=om5vr7w zXlf+H4?scgs6e7{NednSfP#vOH*-QzM3!%NXLjCuGjD%=bH03c4&LP^EQJ(tkUKXT z=f)0yDj(ywfmbb(PmigKWQ<*aT^DOYJNOO|^(n%4PxCb{&KLRToX5B3W-~rL$Ndc4rw5W%=Fva2z8`GH*-JmR$_|2U>kB@kxkMmhKc|yAY-NeNn{)Q}Qe9#G1qT~%k zTaXigT5cNZV7*Q2)W*KA1U+id3l+G7$R*^vxNorz72k?9WNQ55e4gJ|-BG7nSaHJ9 ztL>q~k1kIxr7bm8hp%jbHeFUuQD&{&R^{^KaFPZ-9?SKJy6`f s`X?Ums{W>8cY*O2*@uHebhw3lA3rF@8-7-rMi-O+I><`4M)KVL0F=S6hX4Qo delta 796 zcmZ`%!A=@c6urb4HYO^CAVlTS1P!8~OJcN^b#0r_hBk3Cj=($^W(Wfs;zIXb7;|@B z_6wTu3tbrFqTBW_nsnjPbKguGnrbF6ckVrN?m1`Px1X`!KVo0Mq~mSU!dAvGz$WlK+6rK!eE1ugz!GF**m-z+9s* z!Ut5RG3p`e9`2h!h_xZ^B3yyjr!%%{E0d$Ga&^WhZ}O=%imlgy@?cOn1Z71V*YG5} zqnJ3~De(tqIrkJEgyhngD^7vGJBj>j?3?EE4gbH4Mc&p6@j85nwu-aPo?crNCIvqd zkSGf7!nzBCs&IpZ+;~9gpoO)p=@$vvZ%fyP|}ehiJ^!g z705~i;{t{PAYB0D6@f)^fN~)DVg|j*;gX7z)g(n=`dJkiQW#Q!qPCMuBqW3t81fkM jfqK({>Pvwp`zGG5O6;#GWwPr!tf?C@}akq%sr(VIojLDuW_W z#Gj!6$jSq<5`nA&AYH