built ios app working

This commit is contained in:
metacryst
2026-02-14 21:43:55 -06:00
parent f02f181058
commit cee8ebecc5
8 changed files with 38 additions and 18 deletions

View File

@@ -1,10 +1,14 @@
{
"appId": "so.blockcatcher.app",
"appName": "Blockcatcher",
"appId": "so.forum.app",
"appName": "Forum",
"webDir": "dist",
"server": {
"url": "http://sam.local:5173",
"cleartext": true
},
"plugins": {
"SplashScreen": {
"launchAutoHide": false
"launchAutoHide": true
}
}
}