Signal-iOS/Signal.xcodeproj
Evan Hahn 4aa0c967a2
Rewrite launch failure action sheet in Swift
This should have no user impact.

This splits off part of `showUIForLaunchFailure` and rewrites in Swift.
Specifically, it moves the code that creates and shows the action sheet.

I think this is a useful change on its own, but may make future planned
changes easier.

Some minor notes:

- It may be more useful to compare the two files, rather than looking at
  the diff
- I had to move the `LaunchFailure` enum and `NSStringForLaunchFailure`
  around, too
- A few strings have no localization comments, which I maintained
  (rather than adding comments as part of this work)
2022-07-25 17:02:04 -05: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 Rewrite launch failure action sheet in Swift 2022-07-25 17:02:04 -05:00