mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Merge branch 'feat/ios' into master
Resolves merge conflicts in: - src/app/core/startup/startup.service.ts: Keep both _store and _platformService injections - src/app/features/android/store/android.effects.ts: Refactor to use platform-agnostic CapacitorReminderService The feat/ios branch adds iOS support via Capacitor, introducing platform-agnostic services for notifications, reminders, and platform detection that work across web, Android, and iOS.
This commit is contained in:
commit
7aee741c1d
46 changed files with 2460 additions and 154 deletions
|
|
@ -136,6 +136,9 @@
|
|||
"@ctrl/tinycolor": "4.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@capacitor/ios": "^7.4.4",
|
||||
"@capacitor/keyboard": "^7.0.4",
|
||||
"@capacitor/status-bar": "^7.0.4",
|
||||
"electron-dl": "^3.5.2",
|
||||
"electron-localshortcut": "^3.2.1",
|
||||
"electron-log": "^5.4.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue