Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cli): builtin dev server should also be forwarded for Android #10600

Merged
merged 5 commits into from
Aug 14, 2024

Commits on Aug 13, 2024

  1. fix(cli): builtin dev server should also be forwarded for Android

    This changes the CLI to persist the "merge config" across mobile command usage (required to pull this config on the xcode and android studio build scripts).
    This is required because the builtin dev server makes modifications to the Tauri config (devUrl rewrite) and we need to detect that to forward the dev URL port to Android using ADB.
    
    Also adds a warning on iOS when using `dev --open`: you need the `--host` option to run on physical devices.
    lucasfernog committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    53cb526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    888459a View commit details
    Browse the repository at this point in the history
  3. print adb reverse stderr

    lucasfernog committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ddd957f View commit details
    Browse the repository at this point in the history
  4. Revert "more logs on port forwarding"

    This reverts commit 888459a.
    lucasfernog committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    bd832bf View commit details
    Browse the repository at this point in the history
  5. Revert "print adb reverse stderr"

    This reverts commit ddd957f.
    lucasfernog committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6f050b4 View commit details
    Browse the repository at this point in the history