Add camera and storage permissions, and implement profile picture upload functionality

This commit is contained in:
Van Leemput Dayron
2025-11-13 15:33:43 +01:00
parent 2ca30088ca
commit 3560b2d6f5
4 changed files with 327 additions and 57 deletions

View File

@@ -73,5 +73,16 @@
</array>
</dict>
</array>
<!-- Permission Caméra -->
<key>NSCameraUsageDescription</key>
<string>L'application a besoin d'accéder à votre caméra pour prendre des photos de profil.</string>
<!-- Permission Galerie -->
<key>NSPhotoLibraryUsageDescription</key>
<string>L'application a besoin d'accéder à votre galerie pour sélectionner une photo de profil.</string>
<!-- Permission pour ajouter à la galerie (iOS 14+) -->
<key>NSPhotoLibraryAddUsageDescription</key>
<string>L'application a besoin de sauvegarder vos photos.</string>
</dict>
</plist>