session-ios/SignalServiceKit
Michael Kirk 2eaaba9082 crashfix: on addObject, presumably it's nil.
I'm not sure how this is happening, but this will prevent the crash and
give us additional diagnostic data in the cases where it is happening.

// FREEBIE
2017-09-01 12:56:50 -04:00
..
Example Regression test for provisioning cipher 2017-08-30 09:47:29 -04:00
fastlane Import SSK (and history) into Signal-iOS 2017-07-21 13:55:01 -04:00
protobuf profile key flag and debug action 2017-08-29 10:35:54 -04:00
src crashfix: on addObject, presumably it's nil. 2017-09-01 12:56:50 -04:00
tests Regression test for provisioning cipher 2017-08-30 09:47:29 -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 Avatar API integration / WIP crypto scheme 2017-08-14 12:45:37 -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'