BugSplat-Git / symbol-upload

Cross-platform symbol upload utility
MIT License
10 stars 3 forks source link

fix: can't upload dSYM files #138

Closed bobbyg603 closed 1 month ago

bobbyg603 commented 1 month ago

Description

Ignore folders for everything but dSYM in order to support uploading from symsrv based file heirarchy. In the symsrv case for dSYM, the symbol doesn't appear to be stored with the .dSYM extension eg bugsplat.app.dSYM is laid out as bu/bugsplattester/2dd1bd2706fa384da5a3a8265921cf9a/bugsplattester.

Fixes #137

Checklist