diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2022-03-16 11:53:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-16 11:53:08 +0100 |
commit | 9d732aa0cfcfd638c28ac8eb8149d912a5a3a642 (patch) | |
tree | 25f86a745f3138fa0201506388e694558e934ed0 /platform/osx/export/export_plugin.h | |
parent | b1fbd8ab40fa133b048fe49928f0a8f1e9bd8527 (diff) | |
parent | 98d0af7d5cd5fdba468ab88535a0152022467e85 (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.h | 2 |
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, |