We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1877fa6 commit a1af932Copy full SHA for a1af932
Crashlytics/README.md
@@ -26,9 +26,9 @@ testing the FirebaseCrashlytics CocoaPod.
26
27
If the crash report proto needs to be updated, follow these instructions -
28
- Prerequisite installations:
29
- - gem (update|install) cocoapods cocoapods-generate
30
- - brew install protobuf nanopb
31
- - easy_install protobuf python
+ - `gem (update|install) cocoapods cocoapods-generate`
+ - `brew install protobuf nanopb-generator`
+ - `easy_install protobuf python`
32
- Update `ProtoSupport/Protos/crashlytics.proto` with the new changes
33
- Depending on the type of fields added/removed, also update `ProtoSupport/Protos/crashlytics.options`.
34
`CALLBACK` type fields in crashlytics.nanopb.c needs to be changed to `POINTER`
0 commit comments