Skip to content

Commit 19ed789

Browse files
authored
Require Xcode 14.1 for Firebase 10.10+ (#11192)
1 parent a72a3b6 commit 19ed789

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

FirebaseCore/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
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)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Instructions for the experimental Carthage distribution are at
8787
To develop Firebase software in this repository, ensure that you have at least
8888
the following software:
8989

90-
* Xcode 13.3.1 (or later)
90+
* Xcode 14.1 (or later)
9191

9292
CocoaPods is still the canonical way to develop, but much of the repo now supports
9393
development with Swift Package Manager.

ReleaseTooling/Template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Each Firebase component requires several xcframeworks in order to function
1010
properly. Each section below lists the xcframeworks you'll need to include
1111
in 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

1515
To integrate a Firebase SDK with your app:
1616

SwiftPackageManager.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

0 commit comments

Comments
 (0)