Skip to content

Commit

Permalink
Merge pull request #1018 from tchapgouv/1017-ajouter-le-background-mo…
Browse files Browse the repository at this point in the history
…de-a-la-géolocalisation-sur-les-targets-dev-et-pre-prod

Ajout de la géolocalisation en background sur Dev et Pre-prod
NicolasBuquet authored Apr 18, 2024
2 parents 6af4fe2 + f24f281 commit 794e7b8
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Btchap/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
@@ -63,6 +63,7 @@
<string>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.</string>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
<string>remote-notification</string>
<string>voip</string>
</array>
1 change: 1 addition & 0 deletions DevTchap/SupportingFiles/Info.plist
Original file line number Diff line number Diff line change
@@ -61,6 +61,7 @@
<string>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.</string>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
<string>remote-notification</string>
<string>voip</string>
</array>
1 change: 1 addition & 0 deletions changelog.d/1017.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Ajout de la géolocalisation en background sur les targets Dev et Pre-prod

0 comments on commit 794e7b8

Please sign in to comment.