Browse Source

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

Lucas Nogueira 2 năm trước cách đây
mục cha
commit
538e21e2e7
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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);