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

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.