Rename Android shell display name to Hesychia (#29)
Unit Tests / test (pull_request) Successful in 12s

Capacitor appName and Android string resources (plus docs) now show Hesychia
so the mobile shell matches the product rebrand when this wrap lands.
This commit is contained in:
2026-07-26 18:33:14 -05:00
parent 34d27f4f10
commit b5d3154d20
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import type { CapacitorConfig } from '@capacitor/cli';
const config: CapacitorConfig = {
appId: 'com.aimloperations.chat',
appName: 'AI ML Chat',
appName: 'Hesychia',
webDir: 'build',
server: {
// Bundled assets; HashRouter (#24) handles deep links without a rewrite server.