-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update location strins due to apple review
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NCameraUsageDescription = "L'accés a la càmera s'utilitza per a adjuntar fotografies als vostres punts i traces"; | ||
NSLocationAlwaysAndWhenInUseUsageDescription = "Utilitzem la vostra ubicació mentre el dispositiu està bloquejat per gravar traces"; | ||
NSLocationWhenInUseUsageDescription = "Utilitzem la vostra ubicació per mostrar-la al mapa i per gravar traces"; | ||
NSLocationWhenInUseUsageDescription = "El servei de localització ens permetrà mostrar la vostra posició en el mapa i, si ho decidiu, recollir i desar la traça de la vostra caminada per conservar-la o compartir-la o reviure-la."; | ||
NSPhotoLibraryAddUsageDescription = "L'accés a les fotografies s'utilitza per a adjuntar-les als vostres punts i traces"; | ||
NSPhotoLibraryUsageDescription = "Les fotografies es desaran per a adjuntar-les als vostres punts i traces"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
NSCameraUsageDescription = "El acceso a la cámara se utiliza para adjuntar fotografías a tus puntos y trazas"; | ||
NSLocationAlwaysAndWhenInUseUsageDescription = "Usamos tu ubicación mientras el dispositivo está bloqueado para grabar trazas"; | ||
NSLocationWhenInUseUsageDescription = "Utilizamos tu ubicación para mostrarla en el mapa y para grabar trazas"; | ||
NSLocationWhenInUseUsageDescription = "El servicio de localización nos permitirá mostrar su posición en el mapa y, si así lo decide, recoger y guardar el recorrido de su excursión para conservarla o compartirla o revivirla."; | ||
NSPhotoLibraryAddUsageDescription = "El acceso a las fotografías se utiliza para adjuntarlas a tus puntos y trazas"; | ||
NSPhotoLibraryUsageDescription = "Las fotografías se guardarán para adjuntarlas a tus puntos y trazas"; |