Explorar el Código

fix(cli): iOS development team is required on init

Lucas Nogueira hace 2 años
padre
commit
538e21e2e7
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      tooling/cli/src/mobile/init.rs

+ 0 - 2
tooling/cli/src/mobile/init.rs

@@ -135,8 +135,6 @@ pub fn exec(
     #[cfg(target_os = "macos")]
     // Generate Xcode project
     Target::Ios => {
-      // the apple development team is not required on init
-      std::env::set_var(super::ios::APPLE_DEVELOPMENT_TEAM_ENV_VAR_NAME, "");
       let (app, config, metadata) =
         super::ios::get_config(Some(app), tauri_config_, &Default::default());
       map.insert("apple", &config);