Skip to content
This repository has been archived by the owner on Dec 29, 2020. It is now read-only.

Commit

Permalink
feat(crashlytics)!: upgrade to new Firebase Crashlytics SDK (invertas…
Browse files Browse the repository at this point in the history
…e#3580)

Goodbye Fabric, hello Firebase Crashlytics.

BREAKING CHANGE: This is a breaking change to remove the use of the Fabric SDKs.

Co-authored-by: David Buchan-Swanson <david.buchanswanson@gmail.com>
Co-authored-by: Mike Diarmid <mike.diarmid@gmail.com>
[publish]
  • Loading branch information
Aure77 committed Jun 30, 2020
1 parent ec82868 commit 1672140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ if [[ ${_SEARCH_RESULT} ]]; then
if [[ $_CRASHLYTICS_AUTO_DISABLE_ENABLED == "true" ]]; then
echo "Disabled Crashlytics auto disabler." # do nothing
else
_PLIST_ENTRY_KEYS+=("firebase_crashlytics_collection_enabled")
_PLIST_ENTRY_KEYS+=("FirebaseCrashlyticsCollectionEnabled")
_PLIST_ENTRY_TYPES+=("bool")
_PLIST_ENTRY_VALUES+=("NO")
fi
Expand Down

0 comments on commit 1672140

Please sign in to comment.