Signal-iOS/SignalServiceKit
Evan Hahn 20a2cf7311 Use title casing in filenames
This change should have no user impact.

`Error+isRetryable.swift` is now `Error+IsRetryable.swift`, and others
like it.

To find the files, I ran this:

    git ls-files | grep -E '\+[a-z]'
2022-11-10 19:08:44 -08:00
..
Experience Upgrades Fix remote megaphone image JSON key 2022-11-03 17:00:07 -07:00
Jobs Add all JobQueues to environment, via a wrapper 2022-11-09 14:08:44 -06:00
protobuf Move system contact names to ContactRecord 2022-10-26 15:00:36 -07:00
Resources Handle incoming group call rings 2022-11-07 09:48:53 -08:00
src Use title casing in filenames 2022-11-10 19:08:44 -08:00
tests Hide Apple Pay UI when the server disallows your region 2022-11-10 16:19:47 -06:00
.clang-format Update clang-format with AllowShortEnumsOnASingleLine: false 2022-03-14 11:20:20 -07:00
.gitignore
.travis.yml
SignalServiceKit-Prefix.pch Change license to AGPL 2022-10-13 08:25:37 -05:00
SignalServiceKit.h Swiftify test-only call message handler 2022-11-10 12:46:13 -06:00