Skip to content

Commit

Permalink
chore: added NSLocationWhenInUseUsageDescription in wallet plist
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Apr 26, 2024
1 parent d80c51c commit b3b303f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wallets/rn_cli_wallet/ios/RNWeb3Wallet/Debug-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>Allow access to the camera to scan codes</string>
<key>NSLocationWhenInUseUsageDescription</key>
<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>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down
2 changes: 2 additions & 0 deletions wallets/rn_cli_wallet/ios/RNWeb3Wallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>Allow access to the camera to scan codes</string>
<key>NSLocationWhenInUseUsageDescription</key>
<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>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down
2 changes: 2 additions & 0 deletions wallets/rn_cli_wallet/ios/RNWeb3Wallet/Internal-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>Allow access to the camera to scan codes</string>
<key>NSLocationWhenInUseUsageDescription</key>
<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>
<key>UIBackgroundModes</key>
<array>
<string>fetch</string>
Expand Down

0 comments on commit b3b303f

Please sign in to comment.