Gil c873af8038 Shorten CMake test targets/begin firebase_core consolidation (#5321) %!s(int64=6) %!d(string=hai) anos
..
FrameworkMaker.xcodeproj 145c111d1a Minimum osx to 10.11 (#2680) %!s(int64=7) %!d(string=hai) anos
cpp 9313d61a21 Add verify support (#4658) %!s(int64=6) %!d(string=hai) anos
lib d0686d2f63 C++ migration: implement pretty-printing of Nanopb-generated messages (#4184) %!s(int64=6) %!d(string=hai) anos
nanopb 9313d61a21 Add verify support (#4658) %!s(int64=6) %!d(string=hai) anos
protos 9313d61a21 Add verify support (#4658) %!s(int64=6) %!d(string=hai) anos
CMakeLists.txt c873af8038 Shorten CMake test targets/begin firebase_core consolidation (#5321) %!s(int64=6) %!d(string=hai) anos
Podfile bde743ed25 Release 4.3.0 (#327) %!s(int64=8) %!d(string=hai) anos
README.md f98239755a Fix building of objc protos (#1858) %!s(int64=7) %!d(string=hai) anos
build_protos.py d0686d2f63 C++ migration: implement pretty-printing of Nanopb-generated messages (#4184) %!s(int64=6) %!d(string=hai) anos
nanopb_cpp_generator.py d0686d2f63 C++ migration: implement pretty-printing of Nanopb-generated messages (#4184) %!s(int64=6) %!d(string=hai) anos

README.md

Usage

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.

Script Details

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:

  • Flatten import paths for CocoaPods library build.
  • Remove unneeded extensionRegistry functions.
  • Remove non-buildable code from Annotations.pbobjc.*.