From 41a75cfa4f289fa43398a1bc0dab009783dc7d1a Mon Sep 17 00:00:00 2001 From: Michael Alexsander Date: Sun, 11 Jun 2023 14:01:39 -0300 Subject: Allow exporting release Android builds without a debug keystore --- platform/ios/export/export_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/ios/export/export_plugin.cpp') diff --git a/platform/ios/export/export_plugin.cpp b/platform/ios/export/export_plugin.cpp index ae0d120513..9962a48250 100644 --- a/platform/ios/export/export_plugin.cpp +++ b/platform/ios/export/export_plugin.cpp @@ -1899,7 +1899,7 @@ Error EditorExportPlatformIOS::export_project(const Ref &p_p return OK; } -bool EditorExportPlatformIOS::has_valid_export_configuration(const Ref &p_preset, String &r_error, bool &r_missing_templates) const { +bool EditorExportPlatformIOS::has_valid_export_configuration(const Ref &p_preset, String &r_error, bool &r_missing_templates, bool p_debug) const { String err; bool valid = false; -- cgit v1.2.3