Skip to content

Commit

Permalink
Build CLI Codesign MacOS: Increase verbose level
Browse files Browse the repository at this point in the history
  • Loading branch information
AmmarAbouZor authored and DmitryAstafyev committed Nov 25, 2024
1 parent 0531608 commit d071126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/config/codesign_macos.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit d071126

Please sign in to comment.