From ea1acef1f054e3fc98827ab82a316675ab41524c Mon Sep 17 00:00:00 2001 From: Gautier de Lataillade <32983806+gdelataillade@users.noreply.github.com> Date: Wed, 27 Sep 2023 22:29:05 +0200 Subject: [PATCH] Update setup iOS readme --- help/INSTALL-IOS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/help/INSTALL-IOS.md b/help/INSTALL-IOS.md index 948440a1..fd91748a 100644 --- a/help/INSTALL-IOS.md +++ b/help/INSTALL-IOS.md @@ -45,3 +45,5 @@ SwiftAlarmPlugin.registerBackgroundTasks() ![app-delegate](https://github.com/gdelataillade/alarm/assets/32983806/fcc00495-ecf0-4db3-9964-89bbedf577a7) This configures the app to manage foreground notifications and setup background tasks. + +Don't forget to run `pod install --repo-update` to update your pods. \ No newline at end of file