Skip to content

Commit

Permalink
Merge pull request sap-labs-france#599 from sap-labs-france/ios_permi…
Browse files Browse the repository at this point in the history
…ssions

Removed plist file entries for location background use
  • Loading branch information
LucasBrazi06 authored Jan 13, 2022
2 parents 496ee8b + 0673c4e commit aec5af6
Show file tree
Hide file tree
Showing 6 changed files with 122 additions and 128 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ SPEC CHECKSUMS:
DoubleConversion: cf9b38bf0b2d048436d9a82ad2abe1404f11e7de
Fabric: ea977e3cd9c20425516d3dafd3bf8c941c51223f
FBLazyVector: e686045572151edef46010a6f819ade377dfeb4b
FBReactNativeSpec: e30d74099a6ef3e67364c1ecb8ab68197a5eb022
FBReactNativeSpec: 52a80ca1a343877d4c72738fffcf539ac4a64dec
Firebase: 8db6f2d1b2c5e2984efba4949a145875a8f65fe5
FirebaseAnalytics: 5dd088bd2e67bb9d13dbf792d1164ceaf3052193
FirebaseCore: d889d9e12535b7f36ac8bfbf1713a0836a3012cd
Expand Down
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 aec5af6

Please sign in to comment.