From f24f2810b1fc096ddb1054f6237e1b0f3b9ecc1f Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Thu, 18 Apr 2024 10:11:21 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20la=20g=C3=A9olocalisation=20en=20b?= =?UTF-8?q?ackground=20sur=20Dev=20et=20Pre-prod?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Btchap/SupportingFiles/Info.plist | 1 + DevTchap/SupportingFiles/Info.plist | 1 + changelog.d/1017.change | 1 + 3 files changed, 3 insertions(+) create mode 100644 changelog.d/1017.change diff --git a/Btchap/SupportingFiles/Info.plist b/Btchap/SupportingFiles/Info.plist index c4cf1f06d..5e06e305b 100644 --- a/Btchap/SupportingFiles/Info.plist +++ b/Btchap/SupportingFiles/Info.plist @@ -63,6 +63,7 @@ This allows you to select pictures or videos from the photo library, and send them in your conversations. You can also use one of these pictures to set your profile picture. UIBackgroundModes + location remote-notification voip diff --git a/DevTchap/SupportingFiles/Info.plist b/DevTchap/SupportingFiles/Info.plist index d819fc083..4303301c1 100644 --- a/DevTchap/SupportingFiles/Info.plist +++ b/DevTchap/SupportingFiles/Info.plist @@ -61,6 +61,7 @@ This allows you to select pictures or videos from the photo library, and send them in your conversations. You can also use one of these pictures to set your profile picture. UIBackgroundModes + location remote-notification voip diff --git a/changelog.d/1017.change b/changelog.d/1017.change new file mode 100644 index 000000000..bb319aecf --- /dev/null +++ b/changelog.d/1017.change @@ -0,0 +1 @@ +Ajout de la géolocalisation en background sur les targets Dev et Pre-prod \ No newline at end of file