wails/v3/pkg/services/dock
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
..
badge_ios.go fix(ios): correct service implementation pattern for dock and notifications 2025-12-12 06:01:38 +11:00
dock.go [v3] macOS Dock Service (#4451) 2025-09-24 07:30:02 +00:00
dock_darwin.go [v3] macOS Dock Service (#4451) 2025-09-24 07:30:02 +00:00
dock_linux.go [v3] macOS Dock Service (#4451) 2025-09-24 07:30:02 +00:00
dock_windows.go [v3] macOS Dock Service (#4451) 2025-09-24 07:30:02 +00:00
font.go [v3] macOS Dock Service (#4451) 2025-09-24 07:30:02 +00:00