[BREAKGLASS] SignalServiceKit has moved to Signal-iOS. See README.md for details.
Go to file
2017-07-21 15:53:34 -04:00
Example Fix broken tests. 2017-07-12 12:12:59 -04:00
fastlane try fastlane scan, since build is timing out. 2017-06-28 18:30:17 -10:00
protobuf proto update 2017-06-22 15:19:46 -04:00
src Avoid nil country names on iOS 8. 2017-07-19 14:21:54 -04:00
tests Fix broken tests. 2017-07-12 12:12:59 -04:00
Utilities post commit which double checks for freebie presence 2017-03-28 21:09:19 -04:00
.clang-format Avoid deadlock while accepting new key (#17) 2016-07-18 16:00:59 -07:00
.gitignore Fixed test build. Some tests still failing. 2017-06-28 07:30:02 -10:00
.travis.yml try fastlane scan, since build is timing out. 2017-06-28 18:30:17 -10:00
CONTRIBUTING.md contributing.md referencing Signal-iOS coding guidelines. Inlined legal. (#8) 2016-05-18 11:32:10 -07:00
Gemfile gemfile for consistent build on dev/CI 2017-06-28 17:42:24 -10:00
Gemfile.lock update ci gems 2017-07-12 11:36:33 -04:00
LICENSE Update license. 2017-04-11 17:16:04 -04:00
Makefile try fastlane scan, since build is timing out. 2017-06-28 18:30:17 -10:00
README.md update README and podspec to direct upgrading users to proper source 2017-07-21 15:09:14 -04:00
SignalServiceKit.podspec update README and podspec to direct upgrading users to proper source 2017-07-21 15:09:14 -04:00

SignalServiceKit has Moved

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'

SignalServiceKit

SignalServiceKit is an Objective-C library for communicating with the Signal messaging service for iOS & OS X