Update some project strings

This commit is contained in:
Juan Carlos Ruvalcaba 2023-12-05 12:04:24 -07:00
parent 66d0de1325
commit 18b78cdfd7
3 changed files with 5 additions and 5 deletions

View File

@ -1,8 +1,8 @@
<?xml version='1.0' encoding='utf-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> <name>Comida Cab</name>
<description> <description>
Aplicación de entrega de comida local. Aplicación de servicio de renta-prestamo de autos.
</description> </description>
<author email="askot.altair@gmail.com" href="https://www.linkedin.com/in/juan-carlos-r-2a3333184"> <author email="askot.altair@gmail.com" href="https://www.linkedin.com/in/juan-carlos-r-2a3333184">
Aplicaciones Digitales Cab Aplicaciones Digitales Cab

View File

@ -16,7 +16,7 @@
<meta name="theme-color" content="#007aff"><!--content="#44c950"--> <meta name="theme-color" content="#007aff"><!--content="#44c950"-->
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no"> <meta name="msapplication-tap-highlight" content="no">
<title>Main Base App</title> <title>De Leenauto</title>
<% if (process.env.TARGET === 'web') { %> <% if (process.env.TARGET === 'web') { %>
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

View File

@ -24,11 +24,11 @@ import user from './stores/user.js';
var device = getDevice(); var device = getDevice();
var app = new Framework7({ var app = new Framework7({
name: 'Main Base App', // App name name: 'DeLeen Auto', // App name
theme: 'auto', // Automatic theme detection theme: 'auto', // Automatic theme detection
el: '#app', // App root element el: '#app', // App root element
component: App, // App main component component: App, // App main component
id: 'com.devmainbase.app', // App bundle ID id: 'com.deleenauto.app', // App bundle ID
routes: routes, // App routes routes: routes, // App routes
// serviceWorker: { // Register service worker // serviceWorker: { // Register service worker
// path: '/service-worker.js', // path: '/service-worker.js',