File tree Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Expand file tree Collapse file tree 4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 1+ # Firebase 10.10.0
2+ - [ changed] Firebase now requires at least Xcode 14.1.
3+
14# Firebase 10.8.1
25- [ fixed] Swift Package Manager only release to fix a 10.8.0 Firestore issue
36 impacting macCatalyst. (#11119 )
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ Instructions for the experimental Carthage distribution are at
8787To develop Firebase software in this repository, ensure that you have at least
8888the following software:
8989
90- * Xcode 13.3 .1 (or later)
90+ * Xcode 14 .1 (or later)
9191
9292CocoaPods is still the canonical way to develop, but much of the repo now supports
9393development with Swift Package Manager.
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Each Firebase component requires several xcframeworks in order to function
1010properly. Each section below lists the xcframeworks you'll need to include
1111in your project in order to use that Firebase SDK in your application.
1212
13- Xcode 13.3 .1 or newer is required.
13+ Xcode 14 .1 or newer is required.
1414
1515To integrate a Firebase SDK with your app:
1616
Original file line number Diff line number Diff line change 22
33## Requirements
44
5- - Requires Xcode 13.3 .1 or above
5+ - Requires Xcode 14 .1 or above
66- Analytics requires clients to add ` -ObjC ` linker option.
77- See [ Package.swift] ( Package.swift ) for supported platform versions.
88
You can’t perform that action at this time.
0 commit comments