sstigler / Symbolicator

Mac app for symbolicating crash reports.
7 stars 3 forks source link

Updated path to symbolicatecrash, searching for dSYM file when selecting crash file #4

Closed sidslog closed 9 years ago

sidslog commented 9 years ago

Search is based on CFBundleVersion

sidslog commented 9 years ago

@sstigler I refactored the code and changed ui to have an opportunity to select folder with xcode archives from finder.

sstigler commented 9 years ago

The UI looks somewhat more complex with these changes in it. What if you removed the extra line in the main window for selecting a dSYM folder, and instead allowed the user to select either a dSYM or a folder from the existing dSYM chooser? You could pop up an alert if the user had selected a folder that didn't contain a valid dSYM.

sidslog commented 9 years ago

@sstigler I changed UI to select both folder and dSYM file from one field

sidslog commented 9 years ago

added a check