Files
Alex Grebenyuk 14383871aa Fix getAppIcon() crash on iOS 26 Simulator
UIImage(named:) can raise NSInternalInconsistencyException ("Need an
imageRef") for app icon assets that can't be rasterized for the current
trait, bypassing Swift's optional-based error handling. Wrap the call in
PulseObjCExceptionCatcher via a new reusable `attempt` helper.

Fixes #364.
2026-04-20 19:17:17 -04:00
..