Signal-iOS/SignalMessaging/categories
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
..
UIColor+OWS.swift Stop using arc4random in Swift files 2022-05-03 10:19:07 -05:00
UIDevice+featureSupport.swift Change phone number. 2021-11-19 14:28:18 -03:00
UIView+OWS.swift Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00