yagiz / Bagel

a little native network debugging tool for iOS
Apache License 2.0
4.38k stars 321 forks source link

Mac app distribution over Homebrew #32

Open viktorasl opened 5 years ago

viktorasl commented 5 years ago

As a way to solve #29 I suggest distributing macOS app over Homebrew. To do that two things have to be accomplished:

Any thoughts? (I could work on that)

yagiz commented 5 years ago

I actually have no experience with distributing on Homebrew. But this sounds great. I'll also work on it.

viktorasl commented 5 years ago

As a first step you could build .app binary, sign it with your code signing identity and to release tag, then in readme you could link to that file 🚀