-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adding support for homebrew install #405
Comments
@TKkk-iOSer It seems in order for the new brew formula to be accepted, we need to build the framework from source. There are some issues with Cocoapods on brew's build system, and one possible solution is to switch from Cocoapods to Carthage. I am not familiar with macOS dev, do you think the amount of work is manageable and worth it? See an example with using repo: https://github.com/mas-cli/mas |
An alternative way is we maintain an unofficial tap |
Carthage 的话倒不是很熟悉,之后我再去看下 |
好的,这个mas-cli的PR已经merge了: 看来如果想被homebrew官方收录就必须换到Carthage, 我看了这个project的dependency不多,应该难度还ok。如果需要帮忙可以跟我说。 |
Relates #94
Homebrew/homebrew-core#33087
I have created a new formula in
homebrew-core
and waiting for the upstream to review and merge (hopefully). Once this is accepted, one is able to install the plugin by:The text was updated successfully, but these errors were encountered: