diff options
Diffstat (limited to 'ios/app/Info.plist')
-rw-r--r-- | ios/app/Info.plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/app/Info.plist b/ios/app/Info.plist index 5b5202592..bccc5afa0 100644 --- a/ios/app/Info.plist +++ b/ios/app/Info.plist @@ -49,11 +49,11 @@ </dict> </dict> <key>NSCameraUsageDescription</key> - <string></string> + <string>Used to take pictures and videos when composing posts, choosing avatars, and so on.</string> <key>NSLocationWhenInUseUsageDescription</key> <string></string> <key>NSPhotoLibraryUsageDescription</key> - <string></string> + <string>Used to upload pictures and videos when composing posts, choosing avatars, and so on.</string> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>UIRequiredDeviceCapabilities</key> |