mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-03 20:07:11 +01:00
DEL: Update Info.plist
This commit is contained in:
parent
849dc4bbe3
commit
fbea0eb3a9
2 changed files with 1 additions and 21 deletions
|
@ -4,10 +4,6 @@
|
||||||
<dict>
|
<dict>
|
||||||
<key>CADisableMinimumFrameDurationOnPhone</key>
|
<key>CADisableMinimumFrameDurationOnPhone</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>BGTaskSchedulerPermittedIdentifiers</key>
|
|
||||||
<array>
|
|
||||||
<string>io.bluewallet.bluewallet.fetchTxsForWallet</string>
|
|
||||||
</array>
|
|
||||||
<key>CFBundleDevelopmentRegion</key>
|
<key>CFBundleDevelopmentRegion</key>
|
||||||
<string>en</string>
|
<string>en</string>
|
||||||
<key>CFBundleDisplayName</key>
|
<key>CFBundleDisplayName</key>
|
||||||
|
@ -152,30 +148,14 @@
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
</dict>
|
</dict>
|
||||||
<key>NSAppleMusicUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSBluetoothPeripheralUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSCalendarsUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSCameraUsageDescription</key>
|
<key>NSCameraUsageDescription</key>
|
||||||
<string>In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code.</string>
|
<string>In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code.</string>
|
||||||
<key>NSFaceIDUsageDescription</key>
|
<key>NSFaceIDUsageDescription</key>
|
||||||
<string>In order to use FaceID please confirm your permission.</string>
|
<string>In order to use FaceID please confirm your permission.</string>
|
||||||
<key>NSLocationAlwaysUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSLocationWhenInUseUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSMicrophoneUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSMotionUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>NSPhotoLibraryAddUsageDescription</key>
|
<key>NSPhotoLibraryAddUsageDescription</key>
|
||||||
<string>Your authorization is required to save this image.</string>
|
<string>Your authorization is required to save this image.</string>
|
||||||
<key>NSPhotoLibraryUsageDescription</key>
|
<key>NSPhotoLibraryUsageDescription</key>
|
||||||
<string>In order to import an image for scanning, we need your permission to access your photo library.</string>
|
<string>In order to import an image for scanning, we need your permission to access your photo library.</string>
|
||||||
<key>NSSpeechRecognitionUsageDescription</key>
|
|
||||||
<string>This alert should not show up as we do not require this data</string>
|
|
||||||
<key>UIAppFonts</key>
|
<key>UIAppFonts</key>
|
||||||
<array>
|
<array>
|
||||||
<string>AntDesign.ttf</string>
|
<string>AntDesign.ttf</string>
|
||||||
|
|
|
@ -304,7 +304,7 @@
|
||||||
"privacy_read_clipboard": "Read Clipboard",
|
"privacy_read_clipboard": "Read Clipboard",
|
||||||
"privacy_system_settings": "System Settings",
|
"privacy_system_settings": "System Settings",
|
||||||
"privacy_quickactions": "Wallet Shortcuts",
|
"privacy_quickactions": "Wallet Shortcuts",
|
||||||
"privacy_quickactions_explanation": "Touch and hold the BlueWallet app icon on your Home Screen to quickly view your wallet’s balance.",
|
"privacy_quickactions_explanation": "Touch and hold the BlueWallet app icon to quickly view your wallet’s balance.",
|
||||||
"privacy_clipboard_explanation": "Provide shortcuts if an address or invoice is found in your clipboard.",
|
"privacy_clipboard_explanation": "Provide shortcuts if an address or invoice is found in your clipboard.",
|
||||||
"privacy_do_not_track": "Disable Analytics",
|
"privacy_do_not_track": "Disable Analytics",
|
||||||
"privacy_do_not_track_explanation": "Performance and reliability information will not be submitted for analysis.",
|
"privacy_do_not_track_explanation": "Performance and reliability information will not be submitted for analysis.",
|
||||||
|
|
Loading…
Add table
Reference in a new issue