From 5e0e4f209a41643cdaa1a864fed542882c611c0e Mon Sep 17 00:00:00 2001 From: Pierre-Thomas Meisels Date: Sat, 18 Dec 2021 10:21:08 +0100 Subject: OSX: Add signing of directory structure in Library when exporting for OSX. OSX: Add exporting of folder structure in PlugIns when exporting for OSX. --- platform/osx/export/export_plugin.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'platform/osx/export/export_plugin.h') diff --git a/platform/osx/export/export_plugin.h b/platform/osx/export/export_plugin.h index ca5086622e..aa1c3609ea 100644 --- a/platform/osx/export/export_plugin.h +++ b/platform/osx/export/export_plugin.h @@ -58,6 +58,13 @@ class EditorExportPlatformOSX : public EditorExportPlatform { Error _notarize(const Ref &p_preset, const String &p_path); Error _code_sign(const Ref &p_preset, const String &p_path, const String &p_ent_path); + Error _code_sign_directory(const Ref &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 &p_preset, const String &p_ent_path, + bool p_should_error_on_non_code_sign); + Error _export_osx_plugins_for(Ref p_editor_export_plugin, const String &p_app_path_name, + DirAccessRef &dir_access, bool p_sign_enabled, const Ref &p_preset, + const String &p_ent_path); Error _create_dmg(const String &p_dmg_path, const String &p_pkg_name, const String &p_app_path_name); void _zip_folder_recursive(zipFile &p_zip, const String &p_root_path, const String &p_folder, const String &p_pkg_name); -- cgit v1.2.3