Skip to content

Instantly share code, notes, and snippets.

View GoatHunter's full-sized avatar

Max Raskin GoatHunter

  • Banditos Studio
  • Israel
View GitHub Profile
"""
Prerequisites:
$ pip install biplist
$ pip install requests
Usage:
python dsym_symbolizer.py --dsym_url https://www.example.com/MyStuff.framework.dSYM.zip \
--source_path /Users/MeMySelfAndI/MyStuffSources \
--binary_path /Users/MeMySelfAndI/MyProject/Pods/MyStuff/MyStuff.framework
"""