Signal-iOS/SignalServiceKit
Michael Kirk ed4de7e8af Simplify code / pre-cache localNumber
Now that localNumber is read from a dedicated dbConnection we don't have
to worry about it blocking.

// FREEBIE
2017-08-04 15:19:26 -04:00
..
Example localNumber persistance from Category -> TSAccountManager 2017-08-03 13:27:09 -04:00
fastlane Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
protobuf DRY up and refine the logic to attach the local profile key to outgoing messages. 2017-08-02 10:50:44 -04:00
src Simplify code / pre-cache localNumber 2017-08-04 15:19:26 -04:00
tests fix some recently broken tests 2017-08-04 11:33:51 -04:00
Utilities Improve asserts/logging 2017-08-04 12:14:43 -04:00
.clang-format Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
.gitignore Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
.travis.yml Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
CONTRIBUTING.md Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
LICENSE Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
Makefile CI runs SSK tests 2017-07-21 13:58:57 -04:00
README.md Instructions, how to use SignalServiceKit 2017-07-21 16:21:49 -04:00

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X

To use SignalServiceKit via Cocoapods add the following to your Podfile

pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/Signal-iOS.git'