diff options
author | Brian Kim <brian@tagg.id> | 2021-07-14 10:33:45 -0400 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-07-14 10:33:45 -0400 |
commit | 7b79ab3e33a6df14394537b1050019db46f670e0 (patch) | |
tree | 78e28e87efb4ecd92de2c3aba1ed0864d47aff74 /ios/Frontend | |
parent | e890381389d07ef2a194536268508c9dde5a2828 (diff) |
Working on code cleanup
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index bf077fca..8e1ae927 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -48,20 +48,12 @@ </dict> </dict> </dict> - <key>NSCameraUsageDescription</key> - <string>Enable camera access to capture and share moment with your friends</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>Enable microphone access to record and listen to videos</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> |