This commit is contained in:
Christien Rioux 2023-09-28 10:06:22 -04:00
parent e5f1619c65
commit 752392c02e
39 changed files with 1025 additions and 435 deletions

View file

@ -49,5 +49,11 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>NSCameraUsageDescription</key>
<string>Camera is required for QR code scanning and video chat</string>
<key>NSMicrophoneUsageDescription</key>
<string>Microphone is required for voice chat</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photos access is required to send images and get QR codes from photo library</string>
</dict>
</plist>