diff options
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 4 |
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> |