From a16a1574bbd3df379b346fda014169f302290fc5 Mon Sep 17 00:00:00 2001 From: Marcos Rodriguez Velez Date: Fri, 16 Feb 2024 18:15:32 -0400 Subject: [PATCH] ADD: Dont allow app to run if OS is unsupported --- ios/BlueWallet-NoLDK.plist | 4 +++- ios/BlueWallet/Info.plist | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ios/BlueWallet-NoLDK.plist b/ios/BlueWallet-NoLDK.plist index 7939836bf..b01c81213 100644 --- a/ios/BlueWallet-NoLDK.plist +++ b/ios/BlueWallet-NoLDK.plist @@ -2,6 +2,8 @@ + LSMinimumSystemVersion + 11 BGTaskSchedulerPermittedIdentifiers io.bluewallet.bluewallet.fetchTxsForWallet @@ -162,7 +164,7 @@ NSCameraUsageDescription - In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code. + In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code. NSFaceIDUsageDescription In order to use FaceID please confirm your permission. NSPhotoLibraryAddUsageDescription diff --git a/ios/BlueWallet/Info.plist b/ios/BlueWallet/Info.plist index 7939836bf..b01c81213 100644 --- a/ios/BlueWallet/Info.plist +++ b/ios/BlueWallet/Info.plist @@ -2,6 +2,8 @@ + LSMinimumSystemVersion + 11 BGTaskSchedulerPermittedIdentifiers io.bluewallet.bluewallet.fetchTxsForWallet @@ -162,7 +164,7 @@ NSCameraUsageDescription - In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code. + In order to quickly scan the recipient's address, we need your permission to use the camera to scan their QR Code. NSFaceIDUsageDescription In order to use FaceID please confirm your permission. NSPhotoLibraryAddUsageDescription