From a057158d7569a157d9dc1f4f4539c14519bc0af0 Mon Sep 17 00:00:00 2001 From: Mikael Hermansson Date: Wed, 10 Apr 2024 12:00:04 +0200 Subject: Revert pack trimming introduced by #82084 --- platform/macos/export/export_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform/macos/export/export_plugin.cpp') diff --git a/platform/macos/export/export_plugin.cpp b/platform/macos/export/export_plugin.cpp index e19a1e416c..d75def9b50 100644 --- a/platform/macos/export/export_plugin.cpp +++ b/platform/macos/export/export_plugin.cpp @@ -1774,7 +1774,7 @@ Error EditorExportPlatformMacOS::export_project(const Ref &p String pack_path = tmp_app_path_name + "/Contents/Resources/" + pkg_name + ".pck"; Vector shared_objects; - err = save_pack(true, p_preset, p_debug, pack_path, &shared_objects); + err = save_pack(p_preset, p_debug, pack_path, &shared_objects); bool lib_validation = p_preset->get("codesign/entitlements/disable_library_validation"); if (!shared_objects.is_empty() && sign_enabled && ad_hoc && !lib_validation) { -- cgit v1.2.3