diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 03:23:33 -0700 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-06-25 03:23:33 -0700 |
commit | 3c4676b7646fbddc43bf5d9796b7cbac185b6664 (patch) | |
tree | 531873a904f8da173e3bebe4033ead4fdf7bac7b /ios/Frontend | |
parent | 53bdc94cf0491e348b7d4ad61e51ce1844423773 (diff) |
Add package, install for camera lib
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 0d75ca35..ecbdaf6b 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -56,6 +56,12 @@ <string>LaunchScreen</string> <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> + <key>NSCameraUsageDescription</key> + <string>Your own description of the purpose</string> + <key>NSMicrophoneUsageDescription</key> + <string>Your own description of the purpose</string> <key>UIAppFonts</key> <array> <string>Feather.ttf</string> |