Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
7 changes: 7 additions & 0 deletions .codex_skill_cache/project_type.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"project_root": "/Users/shenhualxt/workspace/chatbox",
"project_type": "ios",
"fingerprint": "am:0:0|sg:0:0|sgk:0:0|gw:0:0|xp:1:1771895972|xw:1:1771894993|pf:1:1771894776",
"detected_at_utc": "2026-02-24T02:25:19Z",
"source": "fresh_scan"
}
9 changes: 9 additions & 0 deletions capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import type { CapacitorConfig } from '@capacitor/cli'

const config: CapacitorConfig = {
appId: 'xyz.chatboxapp.ce',
appName: 'Chatbox',
webDir: 'release/app/dist/renderer',
}

export default config
13 changes: 13 additions & 0 deletions ios/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
App/build
App/Pods
App/output
App/App/public
DerivedData
xcuserdata

# Cordova plugins for Capacitor
capacitor-cordova-ios-plugins

# Generated Config files
App/App/capacitor.config.json
App/App/config.xml
Loading