Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 1.18 KB

File metadata and controls

37 lines (31 loc) · 1.18 KB

Development

Commands

swift test
swift run runtime-radar
swift run runtime-radar --json
swift run runtime-radar --snapshot
./script/build_and_run.sh
./script/build_and_run.sh --install
./script/package_release.sh
./script/check_repo_ready.sh
RUNTIME_RADAR_TEST_PORT=auto ./script/live_port_hold_test.sh

Public Release Checklist

  • swift test
  • RUNTIME_RADAR_TEST_PORT=auto ./script/live_port_hold_test.sh
  • ./script/build_and_run.sh --install
  • ./script/package_release.sh
  • ./script/check_repo_ready.sh
  • codesign --verify --deep --strict --verbose=2 "$HOME/Applications/Runtime Radar.app"
  • Check the menu surface with Dev, All, and System filters.
  • Check project nesting: project -> Ports + tmux.
  • Check project reorder mode persists across refresh and relaunch.
  • Check project hiding can be undone from reorder mode.
  • Check that labels save and offline services appear after a labeled port stops.
  • Run a secret/path scan before pushing public history.

Repository Hygiene

  • Keep build output out of git: .build/, dist/, and derived data.
  • Keep source docs public-facing.
  • Keep local examples generic.
  • Do not commit local labels from Application Support.