From b809890322b5990ae5f79dda1f5aba0b2be2e6cb Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Sun, 14 Feb 2016 00:02:18 -0600 Subject: [PATCH 1/5] Fix unused_string.py uses python interpreter. Closes #1081 // FREEBIE --- Scripts/unused_strings.py | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/Scripts/unused_strings.py b/Scripts/unused_strings.py index cff5e663c..87c36cc3a 100755 --- a/Scripts/unused_strings.py +++ b/Scripts/unused_strings.py @@ -1,9 +1,10 @@ -#!/usr/bin/env sh +#!/usr/bin/env python """ This script can be used to grep the source to tree to see which localized strings are in use. author: corbett usage: ./unused_strings.py Localizable.strings source_dir +eg: ./unused_strings.py ../Signal/translations/en.lproj/Localizable.strings ../Signal/src """ import sys import os @@ -32,10 +33,13 @@ def rgrep_match(dir_name, s_pat): if match: return match return False - + if __name__ == '__main__': - for item in open(sys.argv[1]).readlines(): - grep_for=item.strip().split(' = ')[0].replace('"','') - if rgrep_match(sys.argv[2],grep_for): + strings_file = sys.argv[1] + src_dir_name = sys.argv[2] + + for item in open(strings_file).readlines(): + grep_for = item.strip().split(' = ')[0].replace('"','') + if rgrep_match(src_dir_name, grep_for): print item.strip() - \ No newline at end of file + From 91d7ca2f53fa1abd7d4d22e9966abbc8a6286e2c Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 26 Feb 2016 18:48:44 -0800 Subject: [PATCH 2/5] Remove reference to + button, which was removed in #950. Fixes #1080 Closes #1092 //FREEBIE --- .../translations/en.lproj/Localizable.strings | Bin 30114 -> 30126 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/Signal/translations/en.lproj/Localizable.strings b/Signal/translations/en.lproj/Localizable.strings index a911cbbf0ace6df27fb3f76458455dc20a9ff604..0584cffa45c4c148f6a1159a8627afe36eded594 100644 GIT binary patch delta 28 icmZ4VnsME0#tn7ByvYpt47m&iK(d%2b#r~NvJwED0SR{i delta 16 XcmZ4YnsL!<#tn7BjM|&KgO!y4LI(z{ From f44393bb74bbcef8710beb5f6b7ec44b303cb5de Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Fri, 11 Mar 2016 09:51:37 -0800 Subject: [PATCH 3/5] Re-introduces the delete action. The delete action became opt-in in JSQMessagesViewController. Fixes #913 Closes #1104 //FREEBIE --- Signal/src/view controllers/MessagesViewController.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Signal/src/view controllers/MessagesViewController.m b/Signal/src/view controllers/MessagesViewController.m index 720308aa8..20a1e2b2e 100644 --- a/Signal/src/view controllers/MessagesViewController.m +++ b/Signal/src/view controllers/MessagesViewController.m @@ -173,6 +173,8 @@ typedef enum : NSUInteger { [self initializeBubbles]; [self initializeTextView]; + [JSQMessagesCollectionViewCell registerMenuAction:@selector(delete:)]; + [self initializeCollectionViewLayout]; self.senderId = ME_MESSAGE_IDENTIFIER; From 5ff06afe10140b9f7bcf8e5f684628358f41a50d Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Fri, 8 Apr 2016 09:06:11 +0200 Subject: [PATCH 4/5] Update dependencies. //FREEBIE --- Podfile.lock | 85 ++++++++++++++++++++++++++++++++++++++-------------- README.md | 1 - 2 files changed, 62 insertions(+), 24 deletions(-) diff --git a/Podfile.lock b/Podfile.lock index 41fb6149f..3a77ac705 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -1,19 +1,19 @@ PODS: - 25519 (2.0.2) - - AFNetworking (3.0.4): - - AFNetworking/NSURLSession (= 3.0.4) - - AFNetworking/Reachability (= 3.0.4) - - AFNetworking/Security (= 3.0.4) - - AFNetworking/Serialization (= 3.0.4) - - AFNetworking/UIKit (= 3.0.4) - - AFNetworking/NSURLSession (3.0.4): + - AFNetworking (3.1.0): + - AFNetworking/NSURLSession (= 3.1.0) + - AFNetworking/Reachability (= 3.1.0) + - AFNetworking/Security (= 3.1.0) + - AFNetworking/Serialization (= 3.1.0) + - AFNetworking/UIKit (= 3.1.0) + - AFNetworking/NSURLSession (3.1.0): - AFNetworking/Reachability - AFNetworking/Security - AFNetworking/Serialization - - AFNetworking/Reachability (3.0.4) - - AFNetworking/Security (3.0.4) - - AFNetworking/Serialization (3.0.4) - - AFNetworking/UIKit (3.0.4): + - AFNetworking/Reachability (3.1.0) + - AFNetworking/Security (3.1.0) + - AFNetworking/Serialization (3.1.0) + - AFNetworking/UIKit (3.1.0): - AFNetworking/NSURLSession - AxolotlKit (0.8): - 25519 (~> 2.0.1) @@ -33,20 +33,20 @@ PODS: - JSQMessagesViewController (7.1.0): - JSQSystemSoundPlayer (~> 2.0.1) - JSQSystemSoundPlayer (2.0.1) - - libPhoneNumber-iOS (0.8.10) + - libPhoneNumber-iOS (0.8.11) - Mantle (2.0.6): - Mantle/extobjc (= 2.0.6) - Mantle/extobjc (2.0.6) - - OpenSSL (1.0.205) + - OpenSSL (1.0.207) - PastelogKit (1.3): - CocoaLumberjack (~> 2.0) - - ProtocolBuffers (1.9.9.2) + - ProtocolBuffers (1.9.10) - SCWaveformView (1.0.0) - SocketRocket-PinningPolicy (0.4.3) - SQLCipher/common (3.3.1) - SQLCipher/fts (3.3.1): - SQLCipher/common - - SSKeychain (1.3.1) + - SSKeychain (1.4.0) - TextSecureKit (0.0.4): - '25519' - AFNetworking @@ -61,9 +61,48 @@ PODS: - TwistedOakCollapsingFutures (1.0.0): - UnionFind (~> 1.0) - UnionFind (1.0.1) - - YapDatabase/SQLCipher (2.7.7): + - YapDatabase/SQLCipher (2.8.3): + - YapDatabase/SQLCipher/Core (= 2.8.3) + - YapDatabase/SQLCipher/Extensions (= 2.8.3) + - YapDatabase/SQLCipher/Core (2.8.3): - CocoaLumberjack (~> 2) - SQLCipher/fts + - YapDatabase/SQLCipher/Extensions (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/CloudKit (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/ConnectionProxy (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/FilteredViews (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/FullTextSearch (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/Hooks (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/Relationships (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/RTreeIndex (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/SearchResults (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/SecondaryIndex (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/SecondaryIndex (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/Views (= 2.8.3) + - YapDatabase/SQLCipher/Extensions/CloudKit (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/ConnectionProxy (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/FilteredViews (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/Views + - YapDatabase/SQLCipher/Extensions/FullTextSearch (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/Hooks (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/Relationships (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/RTreeIndex (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/SearchResults (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/FullTextSearch + - YapDatabase/SQLCipher/Extensions/Views + - YapDatabase/SQLCipher/Extensions/SecondaryIndex (2.8.3): + - YapDatabase/SQLCipher/Core + - YapDatabase/SQLCipher/Extensions/Views (2.8.3): + - YapDatabase/SQLCipher/Core DEPENDENCIES: - DJWActionSheet @@ -89,12 +128,12 @@ CHECKOUT OPTIONS: :commit: e5582fef8a6b3e35f8070361ef37237222da712b :git: https://github.com/WhisperSystems/JSQMessagesViewController TextSecureKit: - :commit: f6f6133498661a7c406097970d152b4acea9099e + :commit: b5a8cf0f0d4e7bde175ae72b4e813bd284538fd1 :git: https://github.com/WhisperSystems/TextSecureKit SPEC CHECKSUMS: '25519': dc4bad7e2dbcbf1efa121068a705a44cd98c80fc - AFNetworking: a0075feb321559dc78d9d85b55d11caa19eabb93 + AFNetworking: 5e0e199f73d8626b11e79750991f5d173d1f8b67 AxolotlKit: a33962f26943990e5d69d05b30470cea18caeed0 CocoaLumberjack: 17fe8581f84914d5d7e6360f7c70022b173c3ae0 DJWActionSheet: 2fe54b1298a7f0fe44462233752c76a530e0cd80 @@ -102,18 +141,18 @@ SPEC CHECKSUMS: HKDFKit: c058305d6f64b84f28c50bd7aa89574625bcb62a JSQMessagesViewController: ca11f86fa68ca70835f05e169df9244147c1dc40 JSQSystemSoundPlayer: c5850e77a4363ffd374cd851154b9af93264ed8d - libPhoneNumber-iOS: 7bfd00f843fdcd82b5182b463e8eb3b27579f41d + libPhoneNumber-iOS: ded33fab2c51ee847979556aa504c9e70f32d703 Mantle: 299966b00759634931699f69cb6a30b9239b944d - OpenSSL: 162687d7e96a3edeb4cf443ca6ce7cdb2912df7b + OpenSSL: 26eb46b2836c0dade24fa53276b552f14c6eece1 PastelogKit: 7b475be4cf577713506a943dd940bcc0499c8bca - ProtocolBuffers: 7111461618460961e6b7469177ec45ee551b4f0e + ProtocolBuffers: d088180c10072b3d24a9939a6314b7b9bcc2340b SCWaveformView: 52a96750255d817e300565a80c81fb643e233e07 SocketRocket-PinningPolicy: f2ef00c3927bac05cd04d9d5171f82d922b40d3d SQLCipher: d490d2effe735895d2204d25a154b1e722278421 - SSKeychain: 04c4ec40f4c3deda524e269bc76e5f30e638a174 + SSKeychain: c71293fa57216a40ab06c23f4085387583293de4 TextSecureKit: b7419cbc792e5be4cbfd93a4da340f7a51d7bc41 TwistedOakCollapsingFutures: f359b90f203e9ab13dfb92c9ff41842a7fe1cd0c UnionFind: c33be5adb12983981d6e827ea94fc7f9e370f52d - YapDatabase: a7a1ae3e0f89c319e3b22615c2351987fbbdbded + YapDatabase: 15b6867a07ff30eac3af28794cd2262b4d0ca4ca COCOAPODS: 0.39.0 diff --git a/README.md b/README.md index 8d3f95b16..607336a49 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # Signal for iOS [![Build Status](https://travis-ci.org/WhisperSystems/Signal-iOS.svg?branch=master)](https://travis-ci.org/WhisperSystems/Signal-iOS) -[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/WhisperSystems/Signal-iOS?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Signal is a messaging app for simple private communication with friends. From 4034baedb956d9e2224c18d81f93bd056e7ccccb Mon Sep 17 00:00:00 2001 From: Frederic Jacobs Date: Fri, 8 Apr 2016 09:47:41 +0200 Subject: [PATCH 5/5] Adapting to renaming. --- Podfile | 2 +- Podfile.lock | 30 +++++++++---------- .../xcshareddata/Signal.xcscmblueprint | 11 +++++-- Signal/src/call/RecentCall.h | 2 +- Signal/src/call/RecentCallManager.m | 2 +- Signal/src/contact/ContactsManager.h | 4 +-- Signal/src/environment/NotificationsManager.h | 2 +- Signal/src/environment/NotificationsManager.m | 10 +++---- Signal/src/network/http/RPAPICall.m | 2 +- Signal/src/phone/RPAccountManager.m | 2 +- Signal/src/phone/signaling/SignalUtil.m | 2 +- .../number directory/GroupContactsResult.m | 2 +- .../CodeVerificationViewController.m | 2 +- .../view controllers/MessagesViewController.m | 2 +- .../view controllers/NewGroupViewController.m | 8 ++--- .../network/http/HttpRequestResponseTest.m | 2 +- 16 files changed, 46 insertions(+), 39 deletions(-) diff --git a/Podfile b/Podfile index e793106be..275548af9 100644 --- a/Podfile +++ b/Podfile @@ -2,7 +2,7 @@ platform :ios, '8.0' source 'https://github.com/CocoaPods/Specs.git' link_with ["Signal", "SignalTests"] -pod 'TextSecureKit', :git => 'https://github.com/WhisperSystems/TextSecureKit', :branch => 'master' +pod 'SignalServiceKit', :git => 'https://github.com/WhisperSystems/SignalServiceKit.git', :branch => 'test' pod 'OpenSSL', '~> 1.0.205' pod 'PastelogKit', '~> 1.3' pod 'FFCircularProgressView', '~> 0.5' diff --git a/Podfile.lock b/Podfile.lock index 3a77ac705..ba3f30e54 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -42,12 +42,7 @@ PODS: - CocoaLumberjack (~> 2.0) - ProtocolBuffers (1.9.10) - SCWaveformView (1.0.0) - - SocketRocket-PinningPolicy (0.4.3) - - SQLCipher/common (3.3.1) - - SQLCipher/fts (3.3.1): - - SQLCipher/common - - SSKeychain (1.4.0) - - TextSecureKit (0.0.4): + - SignalServiceKit (0.0.4): - '25519' - AFNetworking - AxolotlKit @@ -58,6 +53,11 @@ PODS: - SSKeychain - TwistedOakCollapsingFutures - YapDatabase/SQLCipher + - SocketRocket-PinningPolicy (0.4.3) + - SQLCipher/common (3.3.1) + - SQLCipher/fts (3.3.1): + - SQLCipher/common + - SSKeychain (1.4.0) - TwistedOakCollapsingFutures (1.0.0): - UnionFind (~> 1.0) - UnionFind (1.0.1) @@ -112,24 +112,24 @@ DEPENDENCIES: - OpenSSL (~> 1.0.205) - PastelogKit (~> 1.3) - SCWaveformView (~> 1.0) - - TextSecureKit (from `https://github.com/WhisperSystems/TextSecureKit`, branch - `master`) + - SignalServiceKit (from `https://github.com/WhisperSystems/SignalServiceKit.git`, + branch `test`) EXTERNAL SOURCES: JSQMessagesViewController: :commit: e5582fef8a6b3e35f8070361ef37237222da712b :git: https://github.com/WhisperSystems/JSQMessagesViewController - TextSecureKit: - :branch: master - :git: https://github.com/WhisperSystems/TextSecureKit + SignalServiceKit: + :branch: test + :git: https://github.com/WhisperSystems/SignalServiceKit.git CHECKOUT OPTIONS: JSQMessagesViewController: :commit: e5582fef8a6b3e35f8070361ef37237222da712b :git: https://github.com/WhisperSystems/JSQMessagesViewController - TextSecureKit: - :commit: b5a8cf0f0d4e7bde175ae72b4e813bd284538fd1 - :git: https://github.com/WhisperSystems/TextSecureKit + SignalServiceKit: + :commit: 518c44ce9ad3b005146669972d84e8d4c4477005 + :git: https://github.com/WhisperSystems/SignalServiceKit.git SPEC CHECKSUMS: '25519': dc4bad7e2dbcbf1efa121068a705a44cd98c80fc @@ -147,10 +147,10 @@ SPEC CHECKSUMS: PastelogKit: 7b475be4cf577713506a943dd940bcc0499c8bca ProtocolBuffers: d088180c10072b3d24a9939a6314b7b9bcc2340b SCWaveformView: 52a96750255d817e300565a80c81fb643e233e07 + SignalServiceKit: fff03a2fbc089417860acaef4faa66c415448199 SocketRocket-PinningPolicy: f2ef00c3927bac05cd04d9d5171f82d922b40d3d SQLCipher: d490d2effe735895d2204d25a154b1e722278421 SSKeychain: c71293fa57216a40ab06c23f4085387583293de4 - TextSecureKit: b7419cbc792e5be4cbfd93a4da340f7a51d7bc41 TwistedOakCollapsingFutures: f359b90f203e9ab13dfb92c9ff41842a7fe1cd0c UnionFind: c33be5adb12983981d6e827ea94fc7f9e370f52d YapDatabase: 15b6867a07ff30eac3af28794cd2262b4d0ca4ca diff --git a/Signal.xcworkspace/xcshareddata/Signal.xcscmblueprint b/Signal.xcworkspace/xcshareddata/Signal.xcscmblueprint index aec16cf72..0fc2b8c28 100644 --- a/Signal.xcworkspace/xcshareddata/Signal.xcscmblueprint +++ b/Signal.xcworkspace/xcshareddata/Signal.xcscmblueprint @@ -5,12 +5,14 @@ }, "DVTSourceControlWorkspaceBlueprintWorkingCopyStatesKey" : { "5D79A077E31B3FE97A3C6613CBFFDD71C314D14C" : 0, - "37054CE35CE656680D6FFFA9EE19249E0D149C5E" : 0 + "37054CE35CE656680D6FFFA9EE19249E0D149C5E" : 0, + "D74FB800F048CB516BB4BC70047F7CC676D291B9" : 0 }, "DVTSourceControlWorkspaceBlueprintIdentifierKey" : "D0F297E7-A82D-4657-A941-96B268F80ABC", "DVTSourceControlWorkspaceBlueprintWorkingCopyPathsKey" : { "5D79A077E31B3FE97A3C6613CBFFDD71C314D14C" : "Signal-iOS\/", - "37054CE35CE656680D6FFFA9EE19249E0D149C5E" : "TSKit\/" + "37054CE35CE656680D6FFFA9EE19249E0D149C5E" : "TSKit\/", + "D74FB800F048CB516BB4BC70047F7CC676D291B9" : "Signal-iOS\/Pods\/" }, "DVTSourceControlWorkspaceBlueprintNameKey" : "Signal", "DVTSourceControlWorkspaceBlueprintVersion" : 204, @@ -25,6 +27,11 @@ "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "github.com:WhisperSystems\/Signal-iOS.git", "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "5D79A077E31B3FE97A3C6613CBFFDD71C314D14C" + }, + { + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryURLKey" : "https:\/\/github.com\/FredericJacobs\/Precompiled-Signal-Dependencies.git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositorySystemKey" : "com.apple.dt.Xcode.sourcecontrol.Git", + "DVTSourceControlWorkspaceBlueprintRemoteRepositoryIdentifierKey" : "D74FB800F048CB516BB4BC70047F7CC676D291B9" } ] } \ No newline at end of file diff --git a/Signal/src/call/RecentCall.h b/Signal/src/call/RecentCall.h index 797fe8d0e..361857db0 100644 --- a/Signal/src/call/RecentCall.h +++ b/Signal/src/call/RecentCall.h @@ -1,6 +1,6 @@ #import #import -#import +#import #import "Contact.h" #import "ContactsManager.h" #import "PhoneNumber.h" diff --git a/Signal/src/call/RecentCallManager.m b/Signal/src/call/RecentCallManager.m index 240718af4..be6c5d997 100644 --- a/Signal/src/call/RecentCallManager.m +++ b/Signal/src/call/RecentCallManager.m @@ -1,4 +1,4 @@ -#import +#import #import "NotificationsManager.h" #import "RecentCallManager.h" #import "TSCall.h" diff --git a/Signal/src/contact/ContactsManager.h b/Signal/src/contact/ContactsManager.h index 4a9dbfddf..87f489e2b 100644 --- a/Signal/src/contact/ContactsManager.h +++ b/Signal/src/contact/ContactsManager.h @@ -1,7 +1,7 @@ #import #import -#import -#import +#import +#import #import "CollapsingFutures.h" #import "Contact.h" #import "ObservableValue.h" diff --git a/Signal/src/environment/NotificationsManager.h b/Signal/src/environment/NotificationsManager.h index f3f4e98dc..26a14bf4b 100644 --- a/Signal/src/environment/NotificationsManager.h +++ b/Signal/src/environment/NotificationsManager.h @@ -7,7 +7,7 @@ // #import -#import +#import @class TSCall; diff --git a/Signal/src/environment/NotificationsManager.m b/Signal/src/environment/NotificationsManager.m index 8a206b168..294b94048 100644 --- a/Signal/src/environment/NotificationsManager.m +++ b/Signal/src/environment/NotificationsManager.m @@ -7,11 +7,11 @@ // #import -#import -#import -#import -#import -#import +#import +#import +#import +#import +#import #import "Environment.h" #import "NotificationsManager.h" #import "PreferencesUtil.h" diff --git a/Signal/src/network/http/RPAPICall.m b/Signal/src/network/http/RPAPICall.m index 1a5219e80..f4e2c332d 100644 --- a/Signal/src/network/http/RPAPICall.m +++ b/Signal/src/network/http/RPAPICall.m @@ -6,7 +6,7 @@ // Copyright (c) 2014 Open Whisper Systems. All rights reserved. // -#import +#import #import "Constraints.h" #import "CryptoTools.h" #import "NSData+ows_StripToken.h" diff --git a/Signal/src/phone/RPAccountManager.m b/Signal/src/phone/RPAccountManager.m index 82d4bb58d..d93bab863 100644 --- a/Signal/src/phone/RPAccountManager.m +++ b/Signal/src/phone/RPAccountManager.m @@ -7,7 +7,7 @@ // #import -#import +#import #import "ArrayUtil.h" #import "DataUtil.h" #import "RPAPICall.h" diff --git a/Signal/src/phone/signaling/SignalUtil.m b/Signal/src/phone/signaling/SignalUtil.m index 1d726f2c5..6f2909fa7 100644 --- a/Signal/src/phone/signaling/SignalUtil.m +++ b/Signal/src/phone/signaling/SignalUtil.m @@ -1,6 +1,6 @@ #import "SignalUtil.h" -#import +#import #import "Constraints.h" #import "SignalKeyingStorage.h" #import "Util.h" diff --git a/Signal/src/phone/signaling/number directory/GroupContactsResult.m b/Signal/src/phone/signaling/number directory/GroupContactsResult.m index 588961d15..159764233 100644 --- a/Signal/src/phone/signaling/number directory/GroupContactsResult.m +++ b/Signal/src/phone/signaling/number directory/GroupContactsResult.m @@ -8,7 +8,7 @@ #import "GroupContactsResult.h" -#import +#import #import "Contact.h" #import "ContactsManager.h" #import "Environment.h" diff --git a/Signal/src/view controllers/CodeVerificationViewController.m b/Signal/src/view controllers/CodeVerificationViewController.m index f7c8f1a3c..9e2cb82d5 100644 --- a/Signal/src/view controllers/CodeVerificationViewController.m +++ b/Signal/src/view controllers/CodeVerificationViewController.m @@ -8,7 +8,7 @@ #import "CodeVerificationViewController.h" -#import +#import #import "ContactsManager.h" #import "Environment.h" #import "LocalizableText.h" diff --git a/Signal/src/view controllers/MessagesViewController.m b/Signal/src/view controllers/MessagesViewController.m index 20a1e2b2e..98a4e4e63 100644 --- a/Signal/src/view controllers/MessagesViewController.m +++ b/Signal/src/view controllers/MessagesViewController.m @@ -12,7 +12,7 @@ #import #import #import -#import +#import #import #import "ContactsManager.h" #import "DJWActionSheet+OWS.h" diff --git a/Signal/src/view controllers/NewGroupViewController.m b/Signal/src/view controllers/NewGroupViewController.m index b3e601b35..fcc178c9d 100644 --- a/Signal/src/view controllers/NewGroupViewController.m +++ b/Signal/src/view controllers/NewGroupViewController.m @@ -7,10 +7,10 @@ // #import -#import -#import -#import -#import +#import +#import +#import +#import #import "ContactsManager.h" #import "DJWActionSheet+OWS.h" #import "Environment.h" diff --git a/Signal/test/network/http/HttpRequestResponseTest.m b/Signal/test/network/http/HttpRequestResponseTest.m index 1a0a176fa..af4753431 100644 --- a/Signal/test/network/http/HttpRequestResponseTest.m +++ b/Signal/test/network/http/HttpRequestResponseTest.m @@ -1,4 +1,4 @@ -#import +#import #import #import "HttpSocket.h" #import "SignalKeyingStorage.h"