This is a trivial change that should have no user impact. `String.formatDurationLossless` calls `NSString.formatDurationLossless`, so this is a no-op. I think it's slightly better to call a `String` method from Swift than an `NSString` one. I did this because it makes an upcoming change easier, but I think it's useful on its own. |
||
|---|---|---|
| .. | ||
| protobuf | ||
| Resources | ||
| src | ||
| tests | ||
| .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'