OWSReadReceiptManager is not `init` on the main thread; however, because it "schedules" it's own processing during init. I considered dispatching to main, but since AppReadiness already *can* resolve async if the app isn't yet ready, it should be no less safe to also dispatch async when it's off the main thread. // FREEBIE |
||
|---|---|---|
| .. | ||
| Example | ||
| fastlane | ||
| protobuf | ||
| Resources/Certificates | ||
| src | ||
| tests | ||
| Utilities | ||
| .clang-format | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
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'