Summary
- improves the first-run move-to-Applications flow for the beta release
- delays the relaunch handoff so the installed app can open more reliably after the download copy exits
- keeps the broader path detection and clearer install failure messaging in place
Verification
- xcodebuild test -project "Porter.xcodeproj" -scheme "Porter" -destination "platform=macOS"
- xcodebuild build -project "Porter.xcodeproj" -scheme "Porter" -configuration Release -destination "platform=macOS"
- scripts/release-macos.sh
- spctl --assess --type execute --verbose=4 "dist/Port Menu.app"
- xcrun stapler validate "dist/Port Menu.app"
- codesign --verify --deep --strict --verbose=2 "dist/Port Menu.app"