Skip to content

Commit b9b7739

Browse files
chore: re-added NSLocationWhenInUseUsageDescription
1 parent 96a5fd5 commit b9b7739

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
</dict>
5959
<key>NSCameraUsageDescription</key>
6060
<string>Allow access to the camera to scan codes</string>
61+
<key>NSLocationWhenInUseUsageDescription</key>
62+
<string>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.</string>
6163
<key>UIBackgroundModes</key>
6264
<array>
6365
<string>fetch</string>

wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
</dict>
5959
<key>NSCameraUsageDescription</key>
6060
<string>Allow access to the camera to scan codes</string>
61+
<key>NSLocationWhenInUseUsageDescription</key>
62+
<string>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.</string>
6163
<key>RCTNewArchEnabled</key>
6264
<true/>
6365
<key>UIBackgroundModes</key>

wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@
5858
</dict>
5959
<key>NSCameraUsageDescription</key>
6060
<string>Allow access to the camera to scan codes</string>
61+
<key>NSLocationWhenInUseUsageDescription</key>
62+
<string>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.</string>
6163
<key>UIBackgroundModes</key>
6264
<array>
6365
<string>fetch</string>

0 commit comments

Comments
 (0)