Evan Hahn
29c0ddf60e
Fix violations of SwiftLint's attributes rule
...
_I recommend reviewing this with whitespace changes disabled._
Most of these were `@objc` being on the same line, which I fixed with [a
silly script][1]—probably could've used `sed` if I were wiser. The rest
were manual fixes.
See [the SwiftLint documentation for this rule][0].
[0]: https://realm.github.io/SwiftLint/attributes.html
[1]: https://gist.github.com/EvanHahn-Signal/d353c93fa269c82b96baca0a1086521f
2022-05-14 09:07:42 -05:00
Michelle Linington
d54d654cfc
PR Feedback: Remove notImplemented altogether
2022-04-13 20:21:47 -07:00
Michelle Linington
6b2f8d31d6
Lint
2022-04-13 20:21:46 -07:00
Michelle Linington
cca09295e6
Adopt notImplemented() where it's unadopted
...
notImplemented() ends up forwarding to fatalError() anyway, but before
it does so it flushes our logs. That's probably good to have. I think
most of these come from the default implementations Xcode provides for
you with a fix-it.
2022-04-13 20:21:46 -07:00
Matthew Chen
c416609108
Add SignalUI framework target.
2021-10-19 09:39:53 -03:00