|
|
6 месяцев назад | |
|---|---|---|
| .. | ||
| FrameworkMaker.xcodeproj | 4238fd89b5 [Infra] Bump podspec min. versions (#15015) | 9 месяцев назад |
| cpp | 8e1eebcb3b [realppl 1] Add pipeline listen proto changes (#14826) | 6 месяцев назад |
| lib | 34b729d3ed Fix name collision with "result" in pretty printing logic in generated proto code. (#10169) | 3 лет назад |
| nanopb | 8e1eebcb3b [realppl 1] Add pipeline listen proto changes (#14826) | 6 месяцев назад |
| protos | 9685284729 merge in main | 6 месяцев назад |
| CMakeLists.txt | 7a4a98c901 Add ppl protos (#14516) | 1 год назад |
| Podfile | 4238fd89b5 [Infra] Bump podspec min. versions (#15015) | 9 месяцев назад |
| README.md | 29a737f882 Review Firestore Protos (#13380) | 1 год назад |
| build_protos.py | bffb108542 Fix cmake build for macOS 12.3 where `python` no longer exists. (#9477) | 4 лет назад |
| nanopb_cpp_generator.py | a7ab2ca184 the the typos (#9726) | 3 лет назад |
First, make sure you have necessary prereqs for building:
brew install automake libtool protobuf golang cmake
Take a nap while that completes. Then, build the protos:
cd firebase-ios-sdk # the root of this repo, not Firestore/Protos
mkdir -p build
cd build
cmake ..
make -j generate_protos
Verify diffs, make sure tests still pass, and create a PR.
Get the protoc and the gRPC plugin. See
here. The
easiest way I found was to add
pod '!ProtoCompiler-gRPCPlugin' to a Podfile and do pod update.
After running the protoc, shell commands run to fix up the generated code: