-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cli): do not force architecture when building and archiving iOS a…
…pp (#10431) * feat(ios): add a new cli option to dev to use project archs Add a new option to instruct cargo-mobile2 to use architectures configured in the project for building * update cargo-mobile2, add change file * fix change file [skip ci] --------- Co-authored-by: Lucas Nogueira <lucas@tauri.app>
- Loading branch information
1 parent
b25545c
commit 9b99eba
Showing
4 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
'tauri-cli': 'patch:bug' | ||
'@tauri-apps/cli': 'patch:bug' | ||
--- | ||
|
||
Do not include the target arch when building and archiving the iOS application, | ||
which makes Xcode project modifications more flexible. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters