Skip to content

Commit 38f2fe4

Browse files
authored
Crashlytics bump down to iOS 9 Deployment Target (#7053)
1 parent a8dd5f1 commit 38f2fe4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Crashlytics/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Unreleased
22
- [changed] Removed obsolete API calls from upload-symbols
3+
- [changed] Decreased Crashlytics CocoaPods minimum deployment target from iOS 10 to iOS 9
34

45
# v7.1.0
56
- [fixed] Fixed an issue where symbol uploads would fail when there are spaces in the project path, particularly in Unity builds (#6789).

FirebaseCrashlytics.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
:tag => 'CocoaPods-' + s.version.to_s
1212
}
1313

14-
s.ios.deployment_target = '10.0'
14+
s.ios.deployment_target = '9.0'
1515
s.osx.deployment_target = '10.12'
1616
s.tvos.deployment_target = '10.0'
1717
s.watchos.deployment_target = '6.0'

0 commit comments

Comments
 (0)