Sam Edson 7108b9b08a Crashlytics CHANGELOG 4.0.0-beta.4 (#4789) %!s(int64=6) %!d(string=hai) anos
..
Crashlytics 133796068f Crashlytics fix import declaration of FIRApp.h (#4786) %!s(int64=6) %!d(string=hai) anos
Shared 9f7dc5b55b (Crashlytics) Fix VeraCode scanner issue for: "LOW: Unchecked Error Condition" (#4669) %!s(int64=6) %!d(string=hai) anos
UnitTests 0988096e53 Crashlytics resolve symbol collisions with old SDK (#4753) %!s(int64=6) %!d(string=hai) anos
third_party 3dc11858ff Open Sourcing FirebaseCrashlytics (#4610) %!s(int64=6) %!d(string=hai) anos
CHANGELOG.md 7108b9b08a Crashlytics CHANGELOG 4.0.0-beta.4 (#4789) %!s(int64=6) %!d(string=hai) anos
LICENSE 41b46131a1 Crashlytics update LICENSE file for libunwind (#4657) %!s(int64=6) %!d(string=hai) anos
README.md 3dc11858ff Open Sourcing FirebaseCrashlytics (#4610) %!s(int64=6) %!d(string=hai) anos
run 3dc11858ff Open Sourcing FirebaseCrashlytics (#4610) %!s(int64=6) %!d(string=hai) anos
upload-symbols 3dc11858ff Open Sourcing FirebaseCrashlytics (#4610) %!s(int64=6) %!d(string=hai) anos

README.md

Firebase Crashlytics SDK

Development

Follow the subsequent instructions to develop, debug, unit test, and integration test FirebaseCrashlytics:

Prereqs

To Develop

  • Run pod gen FirebaseCrashlytics.podspec
  • open gen/FirebaseCrashlytics/FirebaseCrashlytics.xcworkspace

OR these two commands can be combined with

  • pod gen FirebaseCrashlytics.podspec --auto-open --gen-directory="gen" --clean

You're now in an Xcode workspace generate for building, debugging and testing the FirebaseCrashlytics CocoaPod.

Running Unit Tests

Open the generated workspace, choose the FirebaseCrashlytics-Unit-unit scheme and press Command-u.