b88e22a5f (#11063 by @FabianLars) The cli now only sets the iOS deployment target environment variable when building for iOS.
8d22c0c81 (#11101 by @lucasfernog) Only modify the iOS Xcode project "sign style" if we need to enforce manual signing.
df24cb944 (#11168 by @lucasfernog) Fixes Xcode pbxproj file parsing not expecting _ in build configuration IDs.
Dependencies
Upgraded to tauri-cli@2.0.0-rc.17
Breaking Changes
a944b9b05 (#11118 by @amrbashir) tauri plugin init/new will no longer generate a .github directory with workflows by default, instead use the new --github-workflows flag.
@tauri-apps/cli v2.0.0-rc.16
[2.0.0-rc.16]
New Features
9bb8fc618 (#11030 by @amrbashir) Add --no-example flag for tauri plugin new and tauri plugin init to disable creation of an example project.
Dependencies
Upgraded to tauri-cli@2.0.0-rc.16
@tauri-apps/cli v2.0.0-rc.15
[2.0.0-rc.15]
Enhancements
5a0e922d4 (#11007 by @lucasfernog) Automatically discover the src-tauri/src/main.rs binary when it is not explicitly defined in the Cargo manifest bin array.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps @tauri-apps/cli from 2.0.0-beta.6 to 2.0.0-rc.17.
Release notes
Sourced from
@tauri-apps/cli
's releases.... (truncated)
Commits
12de4fa
apply version updates (#11062)df24cb9
fix(cli): pbxproj parser not expecting underlines in build config IDs (#11168)de7414a
feat: addWindow::set_enabled
andWindow::is_enabled
(#11154)a49fc99
fix(core): store the hostingWindow
directly onWebview
and `WebviewWindo...1d8b67b
feat(core): support async functions inmobile_entry_point
macro (#11162)d9d2502
feat: addWebview::show
andWebview::hide
(#11140)58bab8b
docs: fix formatting of JS comments for API reference (#11148)9e46e07
Revert "chore(cli/deps): temporarily add tower dependency to fix compile erro...95df53a
chore: add missing set theme change file in #10210 (#11143)0b44959
refactor!: simplifyTrayIconEvent
in JS by tagging it withtype
field (#1...Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show