Summary
- ships the new header settings menu and launch-at-login toggle
- surfaces launch-at-login registration errors instead of failing silently
- commits a shared scheme so the default automated QA run uses the stable unit-test path
Verification
- xcodebuild test -project "Porter.xcodeproj" -scheme "Porter" -destination "platform=macOS"
- xcodebuild build -project "Porter.xcodeproj" -scheme "Porter" -configuration Release -destination "platform=macOS"
- notarized and stapled the release app bundle
- 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"