mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 15:15:51 +01:00
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> |
||
|---|---|---|
| .. | ||
| badge_ios.go | ||
| dock.go | ||
| dock_darwin.go | ||
| dock_linux.go | ||
| dock_windows.go | ||
| font.go | ||