CrashReporter
CrashReporter copied to clipboard
Fix SPM installation: Window Controller's default .xib lookup fails in Swift Package modules
- Need to lookup the
.xibmanually, not viainit(windowNibName:) - Should use
Bundle.moduleand not the implicitBundle.main. - Consider programmatic UI instead