mirror of
https://github.com/dborth/vbagx.git
synced 2024-11-22 02:29:16 +01:00
Update some project strings
This commit is contained in:
parent
66d0de1325
commit
18b78cdfd7
@ -1,8 +1,8 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget id="com.devmainbase.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<widget id="com.deleenauto.app" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
|
||||
<name>Comida Cab</name>
|
||||
<description>
|
||||
Aplicación de entrega de comida local.
|
||||
Aplicación de servicio de renta-prestamo de autos.
|
||||
</description>
|
||||
<author email="askot.altair@gmail.com" href="https://www.linkedin.com/in/juan-carlos-r-2a3333184">
|
||||
Aplicaciones Digitales Cab
|
||||
|
@ -16,7 +16,7 @@
|
||||
<meta name="theme-color" content="#007aff"><!--content="#44c950"-->
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta name="msapplication-tap-highlight" content="no">
|
||||
<title>Main Base App</title>
|
||||
<title>De Leenauto</title>
|
||||
<% if (process.env.TARGET === 'web') { %>
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
|
@ -24,11 +24,11 @@ import user from './stores/user.js';
|
||||
|
||||
var device = getDevice();
|
||||
var app = new Framework7({
|
||||
name: 'Main Base App', // App name
|
||||
name: 'DeLeen Auto', // App name
|
||||
theme: 'auto', // Automatic theme detection
|
||||
el: '#app', // App root element
|
||||
component: App, // App main component
|
||||
id: 'com.devmainbase.app', // App bundle ID
|
||||
id: 'com.deleenauto.app', // App bundle ID
|
||||
routes: routes, // App routes
|
||||
// serviceWorker: { // Register service worker
|
||||
// path: '/service-worker.js',
|
||||
|
Loading…
Reference in New Issue
Block a user