diff --git a/README.md b/README.md index 4aa9804..b1f2a2b 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ -tainacan-mobile -The Tainacan mobile app for easily insert and edit items. \ No newline at end of file +Tainacan Mobile App + +Tainacan mobile app for easily insert and edit items. diff --git a/capacitor.config.ts b/capacitor.config.ts index fb45b68..9e0abb0 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -1,8 +1,8 @@ import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { - appId: 'io.ionic.starter', - appName: 'tainacan-mobile', + appId: 'org.tainacan.mobile', + appName: 'Tainacan', webDir: 'dist', bundledWebRuntime: false }; diff --git a/ionic.config.json b/ionic.config.json index ff58c6c..1d5944d 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,5 +1,5 @@ { - "name": "tainacanteste", + "name": "tainacanmobile", "integrations": { "capacitor": {} },