bugsnag / bugsnag-dsym-upload

Scripts and Fastlane tasks for uploading dSYM files to BugSnag
https://docs.bugsnag.com/build-integrations/fastlane/
MIT License
36 stars 13 forks source link

fix: Use bugsnag/tap for Homebrew installation #47

Closed xljones closed 4 years ago

xljones commented 4 years ago

Goal

Move Homebrew installation to Bugsnag tap, and fix missing SHA256 checksum error thrown when installing directly from formula.

Note: This PR is only to fix documentation and remove the old formula. The new tap, and formula can be found here: https://github.com/bugsnag/homebrew-bugsnag-tap

Fixes #46 Fixes #16

Design

This approach allows users to install the bugsnag-dsym-upload tool without error. Additionally, it allows users to keep up to date with changes to this tool through brew directly, rather than needing to explicitly update this single formula.

Changeset

Testing