Signal-iOS/SignalMessaging
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
..
attachments Fix typos 2022-03-18 11:31:06 -07:00
calls Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
categories Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
contacts Fix file header with duplicate license and import 2022-06-03 17:49:28 +00:00
environment Acquire a background task during launch jobs 2022-05-13 21:36:58 -07:00
groups Fix violations of SwiftLint's closure_parameter_position rule 2022-06-06 13:58:23 +00:00
Notifications Fix typos in localization string comments 2022-05-16 12:26:31 -05:00
Payments Fix SwiftLint is_disjoint violations 2022-05-25 14:17:10 +00:00
profiles Fix violations of SwiftLint's attributes rule 2022-05-14 09:07:42 -05:00
Storage Service Make "Keep Muted Chats Archived" option available publicly 2022-05-26 10:44:43 -04:00
Subscriptions Show additional details for subscription charge failures 2022-05-25 18:17:53 +00:00
test Fix SwiftLint shorthand_operator violations 2022-06-07 14:51:57 +00:00
utils Fix typos in localization string comments 2022-05-16 12:26:31 -05:00
Info.plist Shared framework between app and extension 2017-11-29 13:58:27 -08:00
SignalMessaging-Prefix.pch minor changes due to changed name of NSLocalizedStringFromAppBundle (now OWSLocalizedString) and new location of swift function and preprocessor definition 2022-03-11 14:08:26 +01:00
SignalMessaging.h Copy in AFNetworking's query string encoding implementation 2021-12-17 14:52:59 -08:00