-
Notifications
You must be signed in to change notification settings - Fork 4k
feat!: Firebase iOS SDK version: 10.0.0
#9708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 30 commits
1c84b5d
d1ac9e7
a270b7b
13dba25
bbfb430
fe21fea
af83405
47cf722
64eaab8
ab5247c
dfe0173
e515eea
66908b4
02cd202
156bf08
4e11e9b
4d47cde
3484fc1
d746454
4102c03
4947132
2179f5d
cda89df
7ce6b35
2216953
d228935
1f04bc5
59f0945
9aa2003
0888bf0
2f267a3
0626955
d6c19b1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ Pod::Spec.new do |s| | |
s.source_files = 'Classes/**/*' | ||
s.public_header_files = 'Classes/**/*.h' | ||
|
||
s.ios.deployment_target = '9.0' | ||
s.ios.deployment_target = '11.0' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see on https://github.com/firebase/firebase-ios-sdk/blob/174be0d92bd6706b30a7a9d18f6bbe2319809e03/Firebase.podspec that the ios.deployment_target is still 10.0. Do we need to manually add the deployment target? Or should CocoaPod just pick it from the dependency? It would me one less thing to maintain from our side There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I see what you mean, but see what @Salakar thinks as I'm not sure. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe we can remove it or at a minimum set it back to 10.0 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I've removed deployment targets for macOS & iOS. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Removing deployment targets caused build failures so I guess we do need them. Not sure we should go back to version 10, @Salakar. See documentation. Also - look at the CI logs I linked in build failures. Sample:
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The pod relies on 10.0 and above still, but if the docs say they want to support 11+ then sticking to 11 here is fine by me! There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess this makes it a breaking change now across all plugins. I'm also a little concerned about the behaviour of Storage (it's completely changed to a Swift implementation) as I wonder what other edge cases have changed (e.g. exceptions/errors) that we aren't capturing in our CI. |
||
|
||
# Flutter dependencies | ||
s.dependency 'Flutter' | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# https://firebase.google.com/support/release-notes/ios | ||
def firebase_sdk_version!() | ||
'9.6.0' | ||
'10.0.0' | ||
end |
This file was deleted.
Uh oh!
There was an error while loading. Please reload this page.