Skip to content

Commit 2a5f555

Browse files
authored
Firebase/Crashlytics supports iOS 9 (#7681)
1 parent 883a12a commit 2a5f555

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# v7.9.0
2+
- [changed] Updated Firebase pod to allow iOS 9 installation via `pod 'Firebase/Crashlytics'`
3+
14
# v7.8.0
25
- [added] Added a new API checkAndUpdateUnsentReportsWithCompletion for updating the crash report from the previous run of the app if, for example, the developer wants to implement a feedback dialog to ask end-users for more information. Unsent Crashlytics Reports have familiar methods like setting custom keys and logs (#7503).
36
- [changed] Added a limit to the number of unsent reports on disk to prevent disk filling up when automatic data collection is off. Developers can ensure this limit is never reached by calling send/deleteUnsentReports every run (#7619).

Firebase.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
9292
ss.dependency 'Firebase/CoreOnly'
9393
ss.dependency 'FirebaseCrashlytics', '~> 7.8.0'
9494
# Standard platforms PLUS watchOS.
95-
ss.ios.deployment_target = '10.0'
95+
ss.ios.deployment_target = '9.0'
9696
ss.osx.deployment_target = '10.12'
9797
ss.tvos.deployment_target = '10.0'
9898
ss.watchos.deployment_target = '6.0'

0 commit comments

Comments
 (0)