iOS Capacitor setup

This commit is contained in:
Jose Olarte III
2025-04-28 21:59:00 +08:00
parent 9cafe1cc83
commit 555b4a459d
10 changed files with 142 additions and 80 deletions

6
capacitor.config.json Normal file
View File

@@ -0,0 +1,6 @@
{
"appId": "com.brownspank.timesafari",
"appName": "TimeSafari",
"webDir": "dist",
"bundledWebRuntime": false
}