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

feat(cli): support Trunk for iOS dev out of the box #11181

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

lucasfernog
Copy link
Member

Trunk only allows us to have a dynamic development server address via the TRUNK_SERVE_ADDRESS environment variable, to we must set it from the Tauri CLI in order to support it

Trunk only allows us to have a dynamic development server address via the TRUNK_SERVE_ADDRESS environment variable, to we must set it from the Tauri CLI in order to support it
@lucasfernog lucasfernog requested a review from a team as a code owner September 30, 2024 15:30
Copy link
Contributor

Package Changes Through 37a1d59

There are 3 changes which include tauri with prerelease, tauri-cli with prerelease, @tauri-apps/cli with prerelease

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
tauri 2.0.0-rc.16 2.0.0-rc.17
@tauri-apps/cli 2.0.0-rc.17 2.0.0-rc.18
tauri-cli 2.0.0-rc.17 2.0.0-rc.18

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

"@tauri-apps/cli": patch:enhance
---

Set the `TRUNK_SERVE_ADDRESS` environment variable when running on iOS physical devices to support Trunk.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to do the same for android, no? see #11137

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll investigate that one separately (need to get an android phone from someone here first)

@lucasfernog lucasfernog merged commit 60a5aea into dev Sep 30, 2024
13 of 14 checks passed
@lucasfernog lucasfernog deleted the feat/ios-dev-trunk branch September 30, 2024 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants