To update and regenerate the generated gRPC and Probuf files you need to follow the following instructions:
- Install the Protocol Buffer Compiler, e.g. using
brew install protobuf
- Install the Swift plugins by downloading the latest compiled version at https://github.com/grpc/grpc-swift/releases. Unpack the .zip and move the plugins to a location listed in your PATH variable. You might have to make them executable and run them manually first as they are not signed for macOS.
- Run
sh generate.sh
in the root of the repo.
Contributions to this projects are welcome. Please make sure to read the contribution guidelines first.
This project is licensed under the MIT License. See License for more information.