Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ReleaseTooling/Template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Each Firebase component requires several xcframeworks in order to function
properly. Each section below lists the xcframeworks you'll need to include
in your project in order to use that Firebase SDK in your application.

Xcode 15.2 or newer is required.
Xcode 16.2 or newer is required.

To integrate a Firebase SDK with your app:

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

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