mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-21 15:36:50 -05:00
Wraps the existing PWA mobile web app in a Capacitor iOS shell for publishing to the iOS App Store. Uses the existing 54+ mobile-optimized React components and local-first SQLite storage (via absurd-sql/IndexedDB). Key additions: - packages/mobile/ - New Capacitor workspace with iOS platform - Custom ActualBridgeViewController for WKWebView configuration - CrossOriginIsolationPlugin for SharedArrayBuffer support - Build scripts: yarn build:mobile, yarn mobile:open, yarn mobile:run:ios - iOS deployment target set to 16.0 (required for SAB in WKWebView) - App Transport Security configured for local networking https://claude.ai/code/session_01GAVpnQ21dPw6KJVf5c4f5D
14 lines
206 B
Plaintext
14 lines
206 B
Plaintext
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
|