Skip to content

v0.0.23

Choose a tag to compare

@josepacelli josepacelli released this 19 Aug 21:37
· 64 commits to main since this release

Connect over USB with no cable dance. The wired path used to mean developer options, USB debugging, an adb forward command, and a UserDefaults override on the Mac every single time. Now it's just: plug the cable, tap the system's accessory prompt, done.

Under the hood the connection is abstracted behind a Link interface, so the same handshake/framing/perf code runs identically over WiFi or the cable. Needs a Mac build with matching USB accessory (AOA) support — not yet in the published Mac app, so for now this works against the development fork. Against the stock Mac app, the adb forward trick from previous releases still works as a fallback.

Thanks to @jpbhdrey for #33.