super-productivity/ios/App/App
Johannes Millan 3ca70c31bf fix(ios): register WebDavHttpPlugin with Capacitor bridge
The plugin was compiled but never registered on iOS, causing
"WebDavHttp plugin not implemented" errors. Add a custom
CAPBridgeViewController subclass that registers the plugin,
mirroring the Android registration in CapacitorMainActivity.
2026-02-06 17:45:57 +01:00
..
Assets.xcassets fix(ios): remove white frame from app icon by eliminating alpha channel 2026-01-20 17:07:24 +01:00
Base.lproj fix(ios): register WebDavHttpPlugin with Capacitor bridge 2026-02-06 17:45:57 +01:00
AppDelegate.swift feat(ios): add iOS platform support via Capacitor 2026-01-14 13:45:42 +01:00
CustomViewController.swift fix(ios): register WebDavHttpPlugin with Capacitor bridge 2026-02-06 17:45:57 +01:00
Info.plist fix(sync): implement OAuth redirect for Dropbox on mobile 2026-01-21 14:30:24 +01:00
WebDavHttpPlugin.m fix(sync): add native iOS WebDAV plugin to fix broken read on iPhone 2026-02-02 17:15:13 +01:00
WebDavHttpPlugin.swift fix(ios): make responseHeaders mutable to fix Swift compilation error 2026-02-05 15:59:39 +01:00