|
|
преди 6 години | |
|---|---|---|
| .. | ||
| FrameworkMaker.xcodeproj | 145c111d1a Minimum osx to 10.11 (#2680) | преди 7 години |
| cpp | 2c86f3a4d7 Update protos to include IN and ARRAY_CONTAINS_ANY (#3510) | преди 6 години |
| nanopb | 2c86f3a4d7 Update protos to include IN and ARRAY_CONTAINS_ANY (#3510) | преди 6 години |
| objc | 2c86f3a4d7 Update protos to include IN and ARRAY_CONTAINS_ANY (#3510) | преди 6 години |
| protos | 2c86f3a4d7 Update protos to include IN and ARRAY_CONTAINS_ANY (#3510) | преди 6 години |
| CMakeLists.txt | 53d3ca199a CMake: Upgrade nanopb to 0.3.9.2 (#2985) | преди 6 години |
| Podfile | bde743ed25 Release 4.3.0 (#327) | преди 8 години |
| README.md | f98239755a Fix building of objc protos (#1858) | преди 7 години |
| build_protos.py | 8b1efabd82 gRPC: replace Objective-C implementation with the new C++ implementation (#2068) | преди 7 години |
| nanopb_cpp_generator.py | e3531eb3c8 Always use the bytes type in nanopb instead of string (#1790) | преди 7 години |
First, make sure you have necessary prereqs for building:
brew install automake libtool protobuf golang
Take a nap while that completes. Then, build the protos:
cd firebase-ios-sdk
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: