What's changed
- Claim the MobAI device before installing, launching, or forwarding ports.
builder devand Flutter'smobai-iosdevice no longer fail withCLAIM_REQUIREDwhen builder reaches MobAI over the network, as it does from WSL (#15). - Send
MOBAI_ACCESS_KEY, from the environment or.env, to a MobAI that has an API token set. - Prefill the bundle ID prompt from the installed IPA, with the team ID after re-signing. On WSL the default was always empty.
- Show MobAI's error message instead of raw JSON.
- Start IPA builds and simulator sessions by pushing an
ios-build/<id>orios-share/<id>tag, for environments without GitHub API access.
WSL on Windows 11: mirrored networking lets builder reach MobAI on the default http://localhost:8686. If you started the device's bridge in the MobAI app, stop it there before running builder from WSL.
Full changelog: v0.9.0...v0.10.0