Skip to content

Commit

Permalink
Add specific allow location text
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay committed Aug 15, 2024
1 parent 64262e9 commit 7349ff4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/HeliumWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@
<key>NSLocationAlwaysAndWhenInUseUsageDescription</key>
<string>Allow this app to use your location to add your Hotspots to the network</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Allow Location</string>
<string>Allow this app to use your location to add your Hotspots to the network</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Allow Location</string>
<string>Allow this app to use your location to add your Hotspots to the network</string>
<key>NSUserActivityTypes</key>
<array>
<string>ConfigurationIntent</string>
Expand Down

0 comments on commit 7349ff4

Please sign in to comment.