Signal-iOS/Signal.xcodeproj
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
..
project.xcworkspace Removing developer-specific junk. 2015-01-04 11:30:23 +01:00
xcshareddata Show the launch failure screen if the last app launch crashed 2022-04-22 09:55:59 -07:00
project.pbxproj Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00