'sessionStore', 'preKeyStore', and 'signedPreKeyStore' are no longer directly accessible; you have to go through 'signalProtocolStore(for:)' instead. This commit mechanically changes all use sites to use `signalProtocolStore(for: .aci)`, with the understanding that they will need cleanup in the future. This is not enough to actually support multiple stores; they still store in the database under the same keys. That's coming in the next commit. |
||
|---|---|---|
| .. | ||
| 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'