fix: usage description for camera and photos (iOS) (#439)

* fix: usage description for camera and photos (iOS)

* Update ios/StandardNotes/Info.plist

Co-authored-by: Mo Bitar <mo@standardnotes.org>

* Update ios/StandardNotes/Info.plist

Co-authored-by: Mo Bitar <mo@standardnotes.org>

Co-authored-by: Johnny Almonte <johnny243@users.noreply.github.com>
Co-authored-by: Mo Bitar <mo@standardnotes.org>
This commit is contained in:
Johnny A
2021-06-04 10:35:45 -04:00
committed by GitHub
parent 740ad3e464
commit c69dd302d7
2 changed files with 8 additions and 0 deletions

View File

@@ -88,12 +88,16 @@
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Camera is optionally used to upload images and scan QR codes using the TokenVault extension.</string>
<key>NSFaceIDUsageDescription</key>
<string>Face ID is required to unlock your notes.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Not used by application; required in configuration because API exists in build dependencies.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Not used by application; required in configuration because API exists in build dependencies.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo library is optionally used to select files to upload or QR code images from your photo library.</string>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>

View File

@@ -66,12 +66,16 @@
</dict>
</dict>
</dict>
<key>NSCameraUsageDescription</key>
<string>Camera is required to scan QR codes with the TokenVault extension.</string>
<key>NSFaceIDUsageDescription</key>
<string>Face ID is required to unlock your notes.</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Not used by application; required in configuration because API exists in build dependencies.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Not used by application; required in configuration because API exists in build dependencies.</string>
<key>NSPhotoLibraryUsageDescription</key>
<string>Photo library is required to select QR code images from your photo library.</string>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>