This small change cleans up two things for the donate URL: 1. Moves it into a constant in `TSConstants` 2. Adds a trailing slash to the URL (because the server will redirect you without one) I think these cleanups are useful by themselves, but I'll be using the constant again in an upcoming change and split this off into its own small commit. Made sure I could still open the URL in the app. |
||
|---|---|---|
| .. | ||
| 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'