- Adopt a local dependency property to fit in with existing style - Unregister from pipeline supervision in some pipeline stages. This usually shouldn't matter since they're all singletons/children of singletons. I've only added this to classes that are already unregistering existing observations, or don't have any existing observations. Anything that was registering and not unregistering, I've left as is. |
||
|---|---|---|
| .. | ||
| protobuf | ||
| Resources | ||
| src | ||
| tests | ||
| Utilities | ||
| .clang-format | ||
| .gitignore | ||
| .travis.yml | ||
| CONTRIBUTING.md | ||
| LICENSE | ||
| 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'