Signal-iOS/Signal/src
Evan Hahn e679707038 Fix SwiftLint shorthand_operator violations
The gist is:

```diff
-foo = foo + 1
+foo += 1
```

Most of the violations were in generated files, so I changed and re-ran the generator.

A few of these violations required implementing some new methods, which I added tests for.

See [the docs for this rule][0].

[0]: https://realm.github.io/SwiftLint/shorthand_operator.html
2022-06-07 14:51:57 +00:00
..
Calls Prefer implicit getters 2022-06-06 14:00:15 +00:00
environment Typo: handleUnexpected{Void -> Voip}Push 2022-05-18 10:45:58 -05:00
Experience Upgrades Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
Jobs Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
Models Prefer implicit getters 2022-06-06 14:00:15 +00:00
UserInterface Fix wrong localization key 2022-05-04 09:54:09 -05:00
util Fix doc comment in Emoji 2022-06-03 18:30:36 +00:00
ViewControllers Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
views Prefer implicit getters 2022-06-06 14:00:15 +00:00
AppDelegate.h Show the launch failure screen if the last app launch crashed 2022-04-22 09:55:59 -07:00
AppDelegate.m Don't show "failed to launch" on the first launch after an update 2022-05-25 13:10:28 -07:00
Signal-Bridging-Header.h Remove app screenshot generation code 2022-05-04 12:32:20 -05:00