Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions ReleaseTooling/Template/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,15 @@ To integrate a Firebase SDK with your app:
10. If you're using Firebase Analytics, disable
GoogleAdsOnDeviceConversion.xcframework for Mac Catalyst:

a. In your project settings, open the **Settings** panel for your target.
a. In your project settings, open the **Settings** panel for your target.

b. Go to the Build Phases tab and find the
**GoogleAdsOnDeviceConversion.xcframework** setting in the **Link Binary
With Libraries** section.
b. Go to the Build Phases tab and find the
**GoogleAdsOnDeviceConversion.xcframework** setting in the **Link Binary
With Libraries** section.

c. Click on the filter icon button in the
**GoogleAdsOnDeviceConversion.xcframework** row and deselect the Mac Catalyst
checkbox.
c. Click on the filter icon button in the
**GoogleAdsOnDeviceConversion.xcframework** row and deselect the Mac Catalyst
checkbox.

11. Drag the `Firebase.h` header in this directory into your project. This will
allow you to `#import "Firebase.h"` and start using any Firebase SDK that you
Expand Down
Loading