diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-29 17:06:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-29 17:06:19 -0400 |
commit | 66c974161b59f1e3570e2a4a42334fabc16c2129 (patch) | |
tree | 7a1546101e2966b7bb38bf92bca4be64b1ccd7b6 /ios/Frontend | |
parent | 53bdc94cf0491e348b7d4ad61e51ce1844423773 (diff) | |
parent | d4b210518eaffd3bf1320ca7ce7fa4a6d611528f (diff) |
Merge pull request #476 from shravyaramesh/tma937-tagg-camera
[TMA-937] Tagg Camera
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..7dedc043 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 captured on Tagg, to your library</string> + <key>NSCameraUsageDescription</key> + <string>Enable camera access to capture and share moment with your friends</string> + <key>NSMicrophoneUsageDescription</key> + <string>Enable microphone access to record and listen to videos</string> <key>UIAppFonts</key> <array> <string>Feather.ttf</string> |