diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 16:50:13 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 16:50:13 -0700 |
commit | 6f94f0bb6dbe12e23f4222a0d0e3ffb09af965d7 (patch) | |
tree | 65c40e7f4ee980d95d6d5c3b8ba4ac600deaf016 /ios | |
parent | 727c6384a2a07c42cd132d02da8c7dbb5757ea4f (diff) |
Add missing description for permissions
Diffstat (limited to 'ios')
-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> |