A GUI for easy use case of SymbolicateCrash
When someone sends me a crash log, I need to symbolicate it with drawf/xcrun, that's really pain in ass.
Drag .app .dSYM .crash files into the window, once 3 files are all ready, app will automatically start symbolicating them. When the work is done, app will open the symbolicated crash file for you. Also, the symblicated crash file will be in a new 'symbolicateWorkspace' folder on your desktop.
see issue #1
It's my first Mac app, really bad experience huh, so... PR is welcome!