Skip to content

Commit

Permalink
Removed IOS plist file deprecated NSLocationAlwaysUsageDescription
Browse files Browse the repository at this point in the history
and UIBackgroundModes location permission
  • Loading branch information
AlixH committed Jan 13, 2022
1 parent 57ba8b3 commit 19c46d0
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 90 deletions.
5 changes: 1 addition & 4 deletions ios/eMobility.plist
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@
</dict>
<key>NSCameraUsageDescription</key>
<string>${PRODUCT_NAME} needs access to the camera to scan the charging station's QR Code to register the organization or start a transaction</string>
<key>NSLocationAlwaysUsageDescription</key>
<string>Discover charging stations</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string>Discover charging stations</string>
<string>Discover Charging Stations</string>
<key>UIAppFonts</key>
<array>
<string>AntDesign.ttf</string>
Expand All @@ -80,7 +78,6 @@
</array>
<key>UIBackgroundModes</key>
<array>
<string>location</string>
<string>remote-notification</string>
</array>
<key>UILaunchStoryboardName</key>
Expand Down
Loading

0 comments on commit 19c46d0

Please sign in to comment.