File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
## Swift Package Manager Users
22
22
- [ changed] ` import Firebase ` will no longer implicitly
23
23
import Firebase Storage and Firebase Functions APIs. Use ` import FirebaseStorage ` and
24
- ` import FirebaseFunctions ` , respectively. C++/Objective clients should find alternative
24
+ ` import FirebaseFunctions ` , respectively. C++/Objective-C++ clients should find alternative
25
25
workarounds at https://forums.swift.org/t/importing-swift-libraries-from-objective-c/56730 .
26
26
- [ changed] Beta Swift libraries (except ` FirebaseInAppMessagingSwift-Beta ` ) have exited beta
27
27
and are now generally available. When upgrading a project that includes one or more of these
37
37
## Zip and Carthage Users
38
38
- [ changed] ** Breaking change** : Update the minimum supported versions for the zip and Carthage
39
39
distributions to iOS 11.0, tvOS 11.0 and macOS 10.13. (#9633 )
40
- - [ added] The zip and Carthage distibutions now include the Swift extension frameworks. (#7819 )
41
- - [ changeed ] Zip file installation instructions have changed. Please see the README embedded in
40
+ - [ added] The zip and Carthage distributions now include the Swift extension frameworks. (#7819 )
41
+ - [ changed ] Zip file installation instructions have changed. Please see the README embedded in
42
42
the zip file for updated instructions.
43
43
44
44
# Firebase 8.10.0
You can’t perform that action at this time.
0 commit comments