You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(macos): resolve finder -10010 error when laying out dmg
- Replace `container window of (POSIX file … as alias)` with explicit window target matching, as this throws AppleScript error -10010 on volume roots in modern macOS/CI environments
- Match finder windows by comparing their POSIX paths (with and without trailing slash) to handle edge cases like pre-existing /Volumes/Stitch mounts
- Remove `eject` call from finder automation and rely solely on closing matching windows, as eject on POSIX aliases triggers the same -10010 class error
- Add delay after opening mount to allow finder window to settle before querying
- Update dmg layout and detach logic to pass mount path with trailing slash variant for robust path comparison
- Bump version to 0.1.156
0 commit comments