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

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 19:12:19 -05:00
parent 0e86924daf
commit 52cc2428ec
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.