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
+
1
4
# Firebase 10.8.1
2
5
- [ fixed] Swift Package Manager only release to fix a 10.8.0 Firestore issue
3
6
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
87
87
To develop Firebase software in this repository, ensure that you have at least
88
88
the following software:
89
89
90
- * Xcode 13.3 .1 (or later)
90
+ * Xcode 14 .1 (or later)
91
91
92
92
CocoaPods is still the canonical way to develop, but much of the repo now supports
93
93
development 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
10
10
properly. Each section below lists the xcframeworks you'll need to include
11
11
in your project in order to use that Firebase SDK in your application.
12
12
13
- Xcode 13.3 .1 or newer is required.
13
+ Xcode 14 .1 or newer is required.
14
14
15
15
To integrate a Firebase SDK with your app:
16
16
Original file line number Diff line number Diff line change 2
2
3
3
## Requirements
4
4
5
- - Requires Xcode 13.3 .1 or above
5
+ - Requires Xcode 14 .1 or above
6
6
- Analytics requires clients to add ` -ObjC ` linker option.
7
7
- See [ Package.swift] ( Package.swift ) for supported platform versions.
8
8
You can’t perform that action at this time.
0 commit comments