Change launcher title to be shorter, remove icon gen script from cordova prepare
This commit is contained in:
parent
02f5a247f9
commit
891bff0d86
@ -1,6 +1,6 @@
|
|||||||
<?xml version='1.0' encoding='utf-8'?>
|
<?xml version='1.0' encoding='utf-8'?>
|
||||||
<widget id="com.netsyms.machinemanager.mobile" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
<widget id="com.netsyms.machinemanager.mobile" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||||
<name>MachineManager</name>
|
<name short="Netsyms MM">MachineManager</name>
|
||||||
<description>
|
<description>
|
||||||
Mobile client app for MachineManager web app/API
|
Mobile client app for MachineManager web app/API
|
||||||
</description>
|
</description>
|
||||||
@ -98,5 +98,5 @@
|
|||||||
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
|
<splash height="2732" src="resources/ios/splash/Default@2x~universal~anyany.png" width="2732" />
|
||||||
</platform>
|
</platform>
|
||||||
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
<hook src="scripts/npm_prepare.sh" type="before_prepare" />
|
||||||
<hook src="scripts/generate_resources.sh" type="before_prepare" />
|
<!-- <hook src="scripts/generate_resources.sh" type="before_prepare" /> -->
|
||||||
</widget>
|
</widget>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user