Update iOS config, don't require GPS hardware on Android
This commit is contained in:
parent
78b8a21d01
commit
6193f357e3
@ -76,13 +76,7 @@
|
||||
<string>Your camera is used to scan receipts and pickup codes.</string>
|
||||
</edit-config>
|
||||
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
|
||||
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
|
||||
</edit-config>
|
||||
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysAndWhenInUseUsageDescription">
|
||||
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
|
||||
</edit-config>
|
||||
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysUsageDescription">
|
||||
<string>Your location is used to pinpoint your location on a map. It does not leave your device.</string>
|
||||
<string>Your location is used to show where you are on a map. It does not leave your device.</string>
|
||||
</edit-config>
|
||||
<config-file target="*-Debug.plist" parent="com.apple.developer.associated-domains">
|
||||
<array>
|
||||
|
@ -35,9 +35,6 @@
|
||||
},
|
||||
"cordova-plugin-x-socialsharing": {},
|
||||
"cordova-plugin-velda-devicefeedback": {},
|
||||
"cordova-plugin-geolocation": {
|
||||
"GPS_REQUIRED": "true"
|
||||
},
|
||||
"cordova-plugin-inappbrowser": {},
|
||||
"ionic-plugin-deeplinks": {
|
||||
"URL_SCHEME": "helenaexpress",
|
||||
@ -56,6 +53,9 @@
|
||||
"DEEPLINK_4_HOST": "helena.express",
|
||||
"DEEPLINK_5_SCHEME": "https",
|
||||
"DEEPLINK_5_HOST": "helena.express"
|
||||
},
|
||||
"cordova-plugin-geolocation": {
|
||||
"GPS_REQUIRED": "false"
|
||||
}
|
||||
},
|
||||
"platforms": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user