Bump version to 2.0.5 and fix iOS App Store nonsense
This commit is contained in:
parent
06c691aef2
commit
ee42e8aeb3
@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="com.netsyms.helenaexpress.app" version="2.0.4" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget id="com.netsyms.helenaexpress.app" version="2.0.5" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name short="Helena Express">Helena Express</name>
|
||||
<description>
|
||||
</description>
|
||||
@ -72,6 +72,9 @@
|
||||
<edit-config file="*-Info.plist" mode="merge" target="NSLocationWhenInUseUsageDescription">
|
||||
<string>Your location is used to show your position on maps. It does not leave your device.</string>
|
||||
</edit-config>
|
||||
<edit-config file="*-Info.plist" mode="merge" target="NSLocationAlwaysAndWhenInUseUsageDescription">
|
||||
<string>Your location is used to show your position on maps. It does not leave your device.</string>
|
||||
</edit-config>
|
||||
<config-file target="*-Info.plist" parent="ITSAppUsesNonExemptEncryption" mode="add">
|
||||
<false/>
|
||||
</config-file>
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "com.netsyms.helenaexpress.app",
|
||||
"displayName": "Helena Express",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"description": "App to request and track shipping services",
|
||||
"product_string": "Helena Express",
|
||||
"main": "www/index.html",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "HelenaExpressApp",
|
||||
"version": "2.0.4",
|
||||
"version": "2.0.5",
|
||||
"main": "index.html",
|
||||
"license": "MPL-2.0",
|
||||
"dependencies": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user