From d07112689ec22bd5f587fad8b123885341079c02 Mon Sep 17 00:00:00 2001 From: Ammar Abou Zor Date: Mon, 25 Nov 2024 11:12:17 +0100 Subject: [PATCH] Build CLI Codesign MacOS: Increase verbose level --- cli/config/codesign_macos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/config/codesign_macos.toml b/cli/config/codesign_macos.toml index 9a5b31084..eecee2d1b 100644 --- a/cli/config/codesign_macos.toml +++ b/cli/config/codesign_macos.toml @@ -5,7 +5,7 @@ # Provided Options to be given as arguments for the standard code signing command # for files and directories to be -sign_cmd_options = "--force --timestamp --options runtime --verbose --deep --strict --entitlements ./resources/mac/entitlements.mac.plist" +sign_cmd_options = "--force --timestamp --options runtime --verbose=4 --deep --strict --entitlements ./resources/mac/entitlements.mac.plist" # Represents the needed environment variables while code signing [env_vars]