summaryrefslogtreecommitdiff
path: root/platform/osx/export/export_plugin.h
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-03-16 11:53:08 +0100
committerGitHub <noreply@github.com>2022-03-16 11:53:08 +0100
commit9d732aa0cfcfd638c28ac8eb8149d912a5a3a642 (patch)
tree25f86a745f3138fa0201506388e694558e934ed0 /platform/osx/export/export_plugin.h
parentb1fbd8ab40fa133b048fe49928f0a8f1e9bd8527 (diff)
parent98d0af7d5cd5fdba468ab88535a0152022467e85 (diff)
Merge pull request #58973 from bruvzg/gde_export
Diffstat (limited to 'platform/osx/export/export_plugin.h')
-rw-r--r--platform/osx/export/export_plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/osx/export/export_plugin.h b/platform/osx/export/export_plugin.h
index b85e9d662c..20cdd33f86 100644
--- a/platform/osx/export/export_plugin.h
+++ b/platform/osx/export/export_plugin.h
@@ -56,7 +56,7 @@ class EditorExportPlatformOSX : public EditorExportPlatform {
void _make_icon(const Ref<Image> &p_icon, Vector<uint8_t> &p_data);
Error _notarize(const Ref<EditorExportPreset> &p_preset, const String &p_path);
- Error _code_sign(const Ref<EditorExportPreset> &p_preset, const String &p_path, const String &p_ent_path);
+ Error _code_sign(const Ref<EditorExportPreset> &p_preset, const String &p_path, const String &p_ent_path, bool p_warn = true);
Error _code_sign_directory(const Ref<EditorExportPreset> &p_preset, const String &p_path, const String &p_ent_path, bool p_should_error_on_non_code = true);
Error _copy_and_sign_files(DirAccessRef &dir_access, const String &p_src_path, const String &p_in_app_path,
bool p_sign_enabled, const Ref<EditorExportPreset> &p_preset, const String &p_ent_path,