Signal-iOS/SignalServiceKit
Jordan Rose 052319de65 SSK: Put spam challenge loading onto the spam challenge work queue
Previously fetching outstanding challenges from the database was done
synchronously when the app was done loading, but using them was always
done from the work queue. Nothing synchronized those two, though, so
TSan flagged it as a data race.
2022-01-13 11:12:35 -08:00
..
protobuf Sync preferred reactions through storage service 2022-01-03 15:35:37 -08:00
Resources Store badge receipt credential presentation on the durable job 2021-11-17 15:14:03 -08:00
src SSK: Put spam challenge loading onto the spam challenge work queue 2022-01-13 11:12:35 -08:00
tests SSK: Remove unused OWSSignalAddress 2022-01-11 10:03:48 -08:00
Utilities Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00
.clang-format
.gitignore
.travis.yml
CONTRIBUTING.md Update URL in documentation 2021-08-24 22:46:06 -05:00
LICENSE
README.md Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08: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/signalapp/Signal-iOS.git'