Signal-iOS/SignalMessaging
Evan Hahn 67ea0d0516 Fix some trivial compiler warnings
This fixes 10 of our Xcode warnings:

- `MessageReactionPicker.swift` was declaring a variable and not using
  it, leading to "Immutable value 'emoji' was never used". I simply
  removed it.
- `Stripe.swift` had a bunch of unnecessary `public`s, which caused
  "'public' modifier is redundant for static property declared in a
  public extension".
- `SubscriptionManager.swift` had an unnecessary `try`, causing "No
  calls to throwing functions occur within 'try' expression".
- `CallService.swift:696` was calling a function and not using its
  result, so I annotated that function with `@discardableResult`.
- `MobileCoinAPI+Configuration.swift` declared a variable with `var`
  that should've used `let`.

Nothing major here, but wanted to find ones that were easy to fix.
2022-04-19 09:28:15 -05: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 Backend support for stories receipt 2022-03-16 17:51:48 -07:00
contacts Separate IdentityStore from IdentityManager 2022-04-14 16:47:46 -07:00
environment Fetch phone numbers in a batch. 2022-03-17 12:46:33 -07:00
groups PR Feedback 2022-04-08 19:36:27 -07:00
Notifications Include timestamp in missed call notifications 2022-04-05 10:48:05 -07:00
Payments Cleanup old feature flags 2022-01-24 10:53:55 -08:00
profiles PR Feedback 2022-04-08 19:36:27 -07:00
Storage Service Require transactions for the remainder of BlockingManager's interface 2022-04-08 19:01:43 -07:00
Subscriptions Fix some trivial compiler warnings 2022-04-19 09:28:15 -05:00
utils Remove redundant DateFormatter locales 2022-04-19 09:27:54 -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