| 1 | //go:build darwin && !cgo |
| 2 | |
| 3 | package main |
| 4 | |
| 5 | // The Wails macOS build always uses cgo. Keep source-only/cross checks working |
| 6 | // without attempting to mutate Finder aliases when Foundation is unavailable. |
| 7 | func repairDesktopIconIntegration() error { return nil } |
| 8 |