aboutsummaryrefslogtreecommitdiff
path: root/ios/Frontend
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-23 16:26:12 -0400
committerGitHub <noreply@github.com>2021-06-23 16:26:12 -0400
commit8c2b915678b852f597c38ab00d18c22bf62d2051 (patch)
tree7a268ef4d84b7870ded9020af637785c452a7923 /ios/Frontend
parentcd5863264d0fe954e63d8cc93fc4ee6ab509f49b (diff)
parent16f6341daff56f827fbb6c6ade9cf1238e8e5f3e (diff)
Merge pull request #473 from IvanIFChen/tma938-video-from-camera-video-streaming
[TMA-938] Video From Camera & Video Streaming
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>