Skip to content

Commit 2bf53e3

Browse files
authored
docs: images with iOS using SPM (#513)
1 parent bc233ab commit 2bf53e3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/main/guides/push-notifications-firebase.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,15 @@ Choose `pushextension` from the list of Targets then:
543543
If you do not change the deployment target for your extension then images will not appear on devices on an older version of iOS.
544544
:::
545545

546-
To add Firebase Messaging to the extension open your `Podfile` and add:
546+
To add Firebase Messaging to the extension:
547+
548+
Using SPM:
549+
- Select the `pushextension` Target
550+
- Under `General`, `Frameworks and Libraries`, click the "Add items" button
551+
- Add `FirebaseMessaging`
552+
553+
Using CocoaPods:
554+
Open your `Podfile` and add:
547555
```ruby
548556
target 'pushextension' do
549557
pod 'FirebaseMessaging'

0 commit comments

Comments
 (0)