From b3b303fa1f0816ca28ed62838b6d73cb9594cac2 Mon Sep 17 00:00:00 2001 From: ignaciosantise Date: Fri, 26 Apr 2024 17:39:00 -0300 Subject: [PATCH] chore: added NSLocationWhenInUseUsageDescription in wallet plist --- wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist | 2 ++ wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist | 2 ++ wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist | 2 ++ 3 files changed, 6 insertions(+) diff --git a/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist b/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist index bf021fff..c9739ee5 100644 --- a/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist +++ b/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist @@ -56,6 +56,8 @@ NSCameraUsageDescription Allow access to the camera to scan codes + NSLocationWhenInUseUsageDescription + Our app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library. UIBackgroundModes fetch diff --git a/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist b/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist index bf021fff..c9739ee5 100644 --- a/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist +++ b/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist @@ -56,6 +56,8 @@ NSCameraUsageDescription Allow access to the camera to scan codes + NSLocationWhenInUseUsageDescription + Our app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library. UIBackgroundModes fetch diff --git a/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist b/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist index bf021fff..c9739ee5 100644 --- a/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist +++ b/wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist @@ -56,6 +56,8 @@ NSCameraUsageDescription Allow access to the camera to scan codes + NSLocationWhenInUseUsageDescription + Our app does not request this permission or utilize this functionality but it is included in our info.plist since our app utilizes the react-native-permissions library. UIBackgroundModes fetch