aboutsummaryrefslogtreecommitdiff
path: root/ios/Frontend
diff options
context:
space:
mode:
authorMichael <michael.foiani@gmail.com>2021-07-27 15:38:53 -0400
committerMichael <michael.foiani@gmail.com>2021-08-09 12:34:42 -0400
commit0415adb690ff00e85d203f116b8bbfed56ab6228 (patch)
tree3f68f80465b7e1162293b1ccc690a3b8c25f18b9 /ios/Frontend
parent60bb58a2661fd21be9bcb1fa41a6f8141ec61a49 (diff)
Merged with new master and updated for device deployment.
Diffstat (limited to 'ios/Frontend')
-rw-r--r--ios/Frontend/Info.plist16
1 files changed, 8 insertions, 8 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist
index 8e1ae927..321fd6d7 100644
--- a/ios/Frontend/Info.plist
+++ b/ios/Frontend/Info.plist
@@ -48,12 +48,20 @@
</dict>
</dict>
</dict>
+ <key>NSCameraUsageDescription</key>
+ <string>This lets you share photos/videos from your camera for a Moment post on your profile!</string>
<key>NSContactsUsageDescription</key>
<string>This helps you quickly get in touch with friends on the app and more</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>NSMainNibFile</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>NSPhotoLibraryAddUsageDescription</key>
+ <string>This lets you save photos captured on Tagg, to your library</string>
+ <key>NSPhotoLibraryUsageDescription</key>
+ <string>This lets you share photos from your library and select profile displays</string>
<key>UIAppFonts</key>
<array>
<string>Feather.ttf</string>
@@ -64,8 +72,6 @@
</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,12 +80,6 @@
<array>
<string>UIInterfaceOrientationPortrait</string>
</array>
- <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>This lets you share photos/videos from your camera for a Moment post on your profile!</string>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</dict>