mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 11:29:23 +00:00
update ITSAppUsesNonExemptEncryption key for ios
This commit is contained in:
parent
9ed1897c87
commit
877a6b7830
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@
|
|||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>ITSAppUsesNonExemptEncryption</key>
|
||||
<false/>
|
||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||
<true/>
|
||||
<key>CFBundleDevelopmentRegion</key>
|
||||
|
@ -29,7 +31,7 @@
|
|||
<key>LSSupportsOpeningDocumentsInPlace</key>
|
||||
<true/>
|
||||
<key>NSCameraUsageDescription</key>
|
||||
<string>App requires access to the Camera to scan QR codes from other people's installed app in order to coordinate sending Firo.</string>
|
||||
<string>App requires access to the Camera to scan QR codes from other people's installed app in order to coordinate sending.</string>
|
||||
<key>NSFaceIDUsageDescription</key>
|
||||
<string>This app requires Face ID permissions so that the user can securely lock their wallet if their device uses Face ID. It will be useful feature for all users, and especially those prone to forget their login pin on iPhones where Touch ID is not available.</string>
|
||||
<key>NSPhotoLibraryUsageDescription</key>
|
||||
|
|
Loading…
Reference in a new issue