aboutsummaryrefslogtreecommitdiff
path: root/ios/Frontend
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-22 18:37:12 -0400
committerIvan Chen <ivan@tagg.id>2021-06-22 18:37:12 -0400
commit49dfe6a52e09bdb218e2b1ceb5a8df9ed46873f1 (patch)
treeef9847b8c6ddbd060fb52dc6a366ccc25d1688af /ios/Frontend
parentee890e517dd3688a4fd63c64592fdb6ce683d7b4 (diff)
Squashed commit of the following:
commit b1c2002caa349dc96f81d3cc3e00ea545f4e654e Author: Ivan Chen <ivan@tagg.id> Date: Tue Jun 22 15:28:18 2021 -0400 Add video for camerea
Diffstat (limited to 'ios/Frontend')
-rw-r--r--ios/Frontend/Info.plist4
1 files changed, 4 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist
index 0d75ca35..fa67d073 100644
--- a/ios/Frontend/Info.plist
+++ b/ios/Frontend/Info.plist
@@ -66,6 +66,8 @@
</array>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
+ <key>NSMicrophoneUsageDescription</key>
+ <string>This lets you share video audio from your camera for a Moment post on your profile!</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
@@ -74,6 +76,8 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
+ <key>NSCameraUsageDescription</key>
+ <string>This lets you share photos/videos from your camera for a Moment post on your profile!</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>