mirror of
https://github.com/standardnotes/mobile.git
synced 2026-04-24 08:07:00 -04:00
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user