diff options
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index ecbdaf6b..7dedc043 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -57,11 +57,11 @@ <key>NSPhotoLibraryUsageDescription</key> <string>This lets you share photos from your library and select profile displays</string> <key>NSPhotoLibraryAddUsageDescription</key> - <string>This lets you save photos to your library</string> + <string>This lets you save photos captured on Tagg, to your library</string> <key>NSCameraUsageDescription</key> - <string>Your own description of the purpose</string> + <string>Enable camera access to capture and share moment with your friends</string> <key>NSMicrophoneUsageDescription</key> - <string>Your own description of the purpose</string> + <string>Enable microphone access to record and listen to videos</string> <key>UIAppFonts</key> <array> <string>Feather.ttf</string> |