mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-15 23:25:49 +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> |
||
|---|---|---|
| .. | ||
| notifications.go | ||
| notifications_darwin.go | ||
| notifications_darwin.h | ||
| notifications_darwin.m | ||
| notifications_ios.go | ||
| notifications_linux.go | ||
| notifications_windows.go | ||