Skip to content

Commit

Permalink
chore: add usage description
Browse files Browse the repository at this point in the history
Signed-off-by: Berend Sliedrecht <[email protected]>
  • Loading branch information
Berend Sliedrecht committed Aug 19, 2024
1 parent 587d5f0 commit 0b873d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/ausweis/app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ const config = {
supportsTablet: false,
bundleIdentifier: `id.animo.ausweis${variant.bundle}`,
infoPlist: {
NSPhotoLibraryUsageDescription:
'Ausweis Wallet uses the camera to initiate receiving and sharing of credentials.',
NSCameraUsageDescription: 'Ausweis Wallet uses the camera to initiate receiving and sharing of credentials.',
NSFaceIDUsageDescription: 'Ausweis Wallet uses FaceID to securely unlock the wallet and share credentials.',
ITSAppUsesNonExemptEncryption: false,
Expand Down

0 comments on commit 0b873d4

Please sign in to comment.