wails/v3/pkg/services/notifications
Lea Anthony 2e396bd48f fix(ios): correct service implementation pattern for dock and notifications
The iOS service stubs were importing a non-existent package
`github.com/wailsapp/wails/v3/pkg/services` and using an incompatible
interface pattern.

This fix rewrites both files to follow the same pattern as other platforms
(Linux, Windows, Darwin):
- Implement the internal platformDock/platformNotifier interfaces
- Provide New() functions returning *DockService/*NotificationService
- Stub all required interface methods

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-12-12 06:01:38 +11:00
..
notifications.go [v3] improve service names for js/ts bindings (#4405) 2025-07-25 09:23:22 +10:00
notifications_darwin.go Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
notifications_darwin.h Merge iOS support from v3-alpha-feature/ios-support 2025-12-10 18:34:21 +11:00
notifications_darwin.m windows improvements 2025-04-22 14:23:32 -07:00
notifications_ios.go fix(ios): correct service implementation pattern for dock and notifications 2025-12-12 06:01:38 +11:00
notifications_linux.go [v3] improve service names for js/ts bindings (#4405) 2025-07-25 09:23:22 +10:00
notifications_windows.go [v3] bugfix/windows linux notifications (#4450) 2025-07-30 12:40:58 +00:00