Skip to content

Commit 3fbc1cf

Browse files
authored
[Infra] Update template README with new min. supported Xcode version (#14899)
1 parent 5a41e57 commit 3fbc1cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReleaseTooling/Template/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Each Firebase component requires several xcframeworks in order to function
1919
properly. Each section below lists the xcframeworks you'll need to include
2020
in your project in order to use that Firebase SDK in your application.
2121

22-
Xcode 15.2 or newer is required.
22+
Xcode 16.2 or newer is required.
2323

2424
To integrate a Firebase SDK with your app:
2525

@@ -43,7 +43,7 @@ To integrate a Firebase SDK with your app:
4343
box that appears, make sure the target you want this framework to be added to
4444
has a checkmark next to it, and that you've selected "Copy items if needed."
4545

46-
7. If using Xcode 15, embed each framework that was dragged in. Navigate to the
46+
7. Embed each framework that was dragged in. Navigate to the
4747
target's _General_ settings and find _Frameworks, Libraries, & Embedded
4848
Content_. For each framework dragged in from the `Firebase.zip`, select
4949
**Embed & Sign**. This step will enable privacy manifests to be picked up by

0 commit comments

Comments
 (0)