mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-01-31 00:35:19 +01:00
fix(cli): ensure Xcode project is up to date with Cargo project name (#14101)
* fix(cli): ensure Xcode project is up to date with Cargo project name closes #13542 * clippy
This commit is contained in:
committed by
GitHub
parent
ed7c9a4100
commit
28a2f9bc55
@@ -138,6 +138,7 @@ pub fn command(options: Options) -> Result<()> {
|
||||
config.app(),
|
||||
config.project_dir(),
|
||||
MobileTarget::Ios,
|
||||
std::env::var("CI").is_ok(),
|
||||
)?;
|
||||
|
||||
if !cli_options.config.is_empty() {
|
||||
|
||||
Reference in New Issue
Block a user