diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-30 14:32:55 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-30 14:32:55 -0400 |
commit | 4b90c999d3ee45368108851eeb1cdc634e5ec499 (patch) | |
tree | 64fa13f06a1842aa15ecad199395073b991c157d | |
parent | ba0ea15092e64929f2a3f9f88f3245e476dfcbe1 (diff) |
Organize plist key values
-rw-r--r-- | ios/Frontend/Info.plist | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 94734c40..0b1f27bf 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -54,14 +54,6 @@ <string></string> <key>NSMainNibFile</key> <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> @@ -82,6 +74,10 @@ <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> |