SolaWing / xcode-build-server

a build server protocol implementation for integrate xcode with sourcekit-lsp
MIT License
283 stars 16 forks source link

xcode-build-server has been added to MacPorts #41

Closed woolsweater closed 2 months ago

woolsweater commented 2 months ago

Thank you so much for making this tool! It has been working perfectly for nearly a year now and making my workday so much easier! 🌟

I wanted to let you know that I have added xcode-build-server to MacPorts: https://github.com/macports/macports-ports/pull/22707 So this can also be included as an installation method in the README.

(If you'd like I can open up a PR myself to update the README.)

SolaWing commented 2 months ago

Thank you for help! I'm not familiar with macports, if I push a new release version, how can I update the macports install?

woolsweater commented 2 months ago

It requires a small manual update to the MacPorts "Portfile" that describes the package. The version number and the checksums need to be changed. But you don't have to worry about it. I act as the maintainer of the Portfile, and any other MacPorts user can also submit an update.

SolaWing commented 2 months ago

@woolsweater I have added install to Readme. is it OK?

or install from [Macports](https://github.com/macports/macports-ports/blob/master/devel/xcode-build-server/Portfile):

sudo port install xcode-build-server
woolsweater commented 2 months ago

Looks great! You probably don't need the link to the Portfile, but it doesn't hurt either.