From 33ce138b9b243c23bd9e418aab68672ea0502674 Mon Sep 17 00:00:00 2001 From: bruvzg <7645683+bruvzg@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:57:38 +0200 Subject: [iOS one-click] Add support for Xcode 15 devicectl. --- platform/ios/export/export_plugin.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'platform/ios/export/export_plugin.h') diff --git a/platform/ios/export/export_plugin.h b/platform/ios/export/export_plugin.h index 951017ddae..fd2243bcda 100644 --- a/platform/ios/export/export_plugin.h +++ b/platform/ios/export/export_plugin.h @@ -70,6 +70,7 @@ class EditorExportPlatformIOS : public EditorExportPlatform { String name; bool simulator = false; bool wifi = false; + bool use_ios_deploy = false; }; Vector devices; @@ -139,7 +140,7 @@ class EditorExportPlatformIOS : public EditorExportPlatform { Error _export_additional_assets(const String &p_out_dir, const Vector &p_libraries, Vector &r_exported_assets); Error _export_ios_plugins(const Ref &p_preset, IOSConfigData &p_config_data, const String &dest_dir, Vector &r_exported_assets, bool p_debug); - Error _export_project_helper(const Ref &p_preset, bool p_debug, const String &p_path, int p_flags, bool p_simulator, bool p_skip_ipa); + Error _export_project_helper(const Ref &p_preset, bool p_debug, const String &p_path, int p_flags, bool p_simulator, bool p_oneclick); bool is_package_name_valid(const String &p_package, String *r_error = nullptr) const; -- cgit v1.2.3