Update iOS config, don't require GPS hardware on Android

This commit is contained in:
Skylar Ittner 2021-10-05 21:47:33 -06:00
parent 78b8a21d01
commit 6193f357e3
2 changed files with 4 additions and 10 deletions

View File

@ -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>

View File

@ -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": [