SignalServiceKit icon indicating copy to clipboard operation
SignalServiceKit copied to clipboard

SignalServiceKit has moved. This repository is deprecated.

Open michaelkirk opened this issue 8 years ago • 0 comments

Per https://github.com/WhisperSystems/Signal-iOS/pull/2341 we've moved the SignalServiceKit codebase into the primary Signal-iOS repository at https://github.com/WhisperSystems/Signal-iOS. As such, this repository will no longer be updated.

Don't worry - we will continue to make updates to SignalServiceKit, and you can continue to use it in your projects as before. The only difference is where the code lives.

If you are using Cocoapods, staying up to date is as simple as modifying a line in your Podfile from this:

-  pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/SignalServiceKit.git'

To this:

+  pod 'SignalServiceKit', git: 'https://github.com/WhisperSystems/Signal-iOS.git'

michaelkirk avatar Jul 21 '17 19:07 michaelkirk